mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -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:{
|
"VIMDIFF:{
|
||||||
"map shortcuts for vimdiff
|
"map shortcuts for vimdiff
|
||||||
nnoremap <silent><expr> du ':diffu<CR>'
|
nnoremap <silent><expr> du ':diffu<CR>'
|
||||||
nnoremap <C-n> ]c
|
nnoremap > ]c
|
||||||
nnoremap <C-p> [c
|
nnoremap < [c
|
||||||
nnoremap < do
|
nnoremap <Leader>. dp
|
||||||
nnoremap > dp
|
nnoremap <Leader>, do
|
||||||
"}
|
"}
|
||||||
|
|
||||||
"PASTE BUFFER OVERRIDE:{
|
"PASTE BUFFER OVERRIDE:{
|
||||||
|
|
Loading…
Reference in a new issue