mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fixed vimpager copy in visual mode with y
This commit is contained in:
parent
7620aff01f
commit
030bfbe227
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue