nvim: after: plugin/ftplugin: Drop unnecessary maps

Fugitive/vim already provides the necessary mappings. No need for
mapping these.
This commit is contained in:
Sanchayan Maity 2021-05-14 13:46:25 +05:30
parent 7767b23f69
commit 8694445d2d
2 changed files with 0 additions and 7 deletions

View file

@ -1,3 +0,0 @@
" Jump to sections of diff
nmap <buffer> [c ?^@@<CR>
nmap <buffer> ]c /^@@<CR>

View file

@ -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>