mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Replaced duplicate keybinding in vimdiff with a new one that hopefully
makes as much sense
This commit is contained in:
parent
ee2aa3d686
commit
508f56d0e5
1 changed files with 4 additions and 4 deletions
|
@ -263,10 +263,10 @@
|
|||
"VIMDIFF:{
|
||||
"map shortcuts for vimdiff
|
||||
nnoremap <silent><expr> du ':diffu<CR>'
|
||||
nnoremap <C-n> ]c
|
||||
nnoremap <C-p> [c
|
||||
nnoremap < do
|
||||
nnoremap > dp
|
||||
nnoremap > ]c
|
||||
nnoremap < [c
|
||||
nnoremap <Leader>. dp
|
||||
nnoremap <Leader>, do
|
||||
"}
|
||||
|
||||
"PASTE BUFFER OVERRIDE:{
|
||||
|
|
Loading…
Reference in a new issue