mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Sync the vimpager config up with the main one
This commit is contained in:
parent
c8e845b3c7
commit
13f7b8f1ed
2 changed files with 1 additions and 7 deletions
|
@ -1 +0,0 @@
|
|||
../bundle/vim-fixkey
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue