Restored Y behaviuor in vim

This commit is contained in:
Andrea Mistrali 2010-11-12 15:42:55 +00:00
parent ab8bf6501a
commit e031a7efc9
1 changed files with 1 additions and 1 deletions

View File

@ -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>