Fixed vimpager copy in visual mode with y

This commit is contained in:
Kevin MacMartin 2014-07-28 06:17:50 -04:00
parent 7620aff01f
commit 030bfbe227

View file

@ -58,7 +58,7 @@ noremap <S-Left> ^
" Copy/Paste
nnoremap y vy<Esc>
vnoremap <silent><expr> y ':yank<CR>'
vnoremap y y
nnoremap <C-c> y
vnoremap <C-c> y
nnoremap T vg_y