From 8f599cc5cce9799da958093f313b577112f82108 Mon Sep 17 00:00:00 2001 From: bretello Date: Tue, 8 Dec 2020 14:50:30 +0100 Subject: [PATCH] vim/shortcuts: update GitGutter Next/Previous hunks mappings --- vim/shortcuts.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index 85012b8..5ef9c99 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -55,8 +55,8 @@ nnoremap gpf :Git push --force-with-lease "" Gitutter nnoremap u :GitGutterBufferToggle nnoremap L :GitGutterLineHighlightsToggle -nmap hn (GitGutterNextHunk) -nmap hp (GitGutterPrevHunk) +nnoremap hn (GitGutterNextHunk) +nnoremap hp (GitGutterPrevHunk) "" Ale nmap (ale_previous_wrap)