mirror of https://github.com/akelge/zsh
Restored Y behaviuor in vim
This commit is contained in:
parent
ab8bf6501a
commit
e031a7efc9
|
@ -142,7 +142,7 @@ nnoremap <silent> <Leader>N :set number!<CR>
|
||||||
nnoremap <silent> <Leader>b :HSBufExplorer<CR>
|
nnoremap <silent> <Leader>b :HSBufExplorer<CR>
|
||||||
map <silent> <Leader>c <plug>NERDCommenterToggle
|
map <silent> <Leader>c <plug>NERDCommenterToggle
|
||||||
|
|
||||||
nnoremap <silent> Y y$
|
" nnoremap <silent> Y y$
|
||||||
inoremap <silent> <C-\> <C-N>
|
inoremap <silent> <C-\> <C-N>
|
||||||
inoremap <silent> <C-Tab> <C-N>
|
inoremap <silent> <C-Tab> <C-N>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue