nvim: after: plugin/ftplugin: Drop unnecessary maps
Fugitive/vim already provides the necessary mappings. No need for mapping these.
This commit is contained in:
parent
7767b23f69
commit
8694445d2d
2 changed files with 0 additions and 7 deletions
|
@ -1,3 +0,0 @@
|
|||
" Jump to sections of diff
|
||||
nmap <buffer> [c ?^@@<CR>
|
||||
nmap <buffer> ]c /^@@<CR>
|
|
@ -21,7 +21,3 @@ nnoremap <Leader>g+ :Git stash pop<CR>:e<CR>
|
|||
nnoremap <Leader>gs :Git<CR>
|
||||
nnoremap <Leader>gS :Git<SPACE>
|
||||
nnoremap <Leader>gw :Gwrite<CR>
|
||||
|
||||
" For 3 way merge
|
||||
nnoremap <Leader>dl :diffget //2<CR>
|
||||
nnoremap <Leader>dr :diffget //3<CR>
|
||||
|
|
Loading…
Reference in a new issue