Sync the vimpager config up with the main one

This commit is contained in:
Kevin MacMartin 2022-04-15 01:16:03 -04:00
parent c8e845b3c7
commit 13f7b8f1ed
2 changed files with 1 additions and 7 deletions

View file

@ -1 +0,0 @@
../bundle/vim-fixkey

View file

@ -64,12 +64,7 @@ noremap <S-Right> $
noremap <S-Left> ^
"copy/paste
nnoremap y vy<Esc>
vnoremap y y
nnoremap <C-c> y
vnoremap <C-c> y
nnoremap T vg_y
vnoremap T g_y
nnoremap Y vg_y
"search
map / <Plug>(incsearch-forward)