[bugfix] fish end
indented wrong
This commit is contained in:
parent
bc20e480d4
commit
d52d581006
|
@ -65,8 +65,8 @@ nmap <leader>' ysiw'
|
|||
nmap <leader>`` ysiW`
|
||||
nmap <leader>` ysiw`
|
||||
|
||||
nmap <leader>sb :set scrollbind<CR>
|
||||
nmap <leader>nsb :set noscrollbind<CR>
|
||||
nmap <leader>sb :windo set scrollbind<CR>:windo set cursorbind<CR>:set mouse=a<CR>
|
||||
nmap <leader>nsb :windo set noscrollbind<CR>:windo set nocursorbind<CR>:set mouse=<CR>
|
||||
|
||||
inoremap <C-w> <esc><C-w>
|
||||
nmap <silent> <leader>ss :syntax sync fromstart<CR>
|
||||
|
@ -121,7 +121,8 @@ Plug 'tpope/vim-fugitive' " git 功能
|
|||
Plug 'scrooloose/nerdcommenter'
|
||||
Plug 'mhinz/vim-grepper', { 'on': ['Grepper', '<plug>(GrepperOperator)'] }
|
||||
Plug 'morhetz/gruvbox'
|
||||
Plug 'dag/vim-fish', { 'for': 'fish' }
|
||||
Plug 'klesh/vim-fish', { 'for': 'fish' }
|
||||
"Plug 'aliva/vim-fish', { 'for': 'fish' }
|
||||
Plug 'alvan/vim-closetag', { 'for': ['vue', 'html', 'xml'] }
|
||||
"Plug 'airblade/vim-gitgutter'
|
||||
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
|
||||
|
|
Loading…
Reference in New Issue
Block a user