vim: Remove git gutter binding

Using signify anyway
This commit is contained in:
Mathieu Maret 2024-01-25 14:21:58 +01:00
parent 132fb4c46f
commit 607492d3dc
1 changed files with 0 additions and 6 deletions

6
.vimrc
View File

@ -495,12 +495,6 @@ augroup NerdGroup
let NERDTreeIgnore= ['\.o$', '\.d$']
augroup END
"""""""""""
" GitGutter
"""""""""""
map <M-F9> :GitGutterSignsToggle <CR>
map <S-F9> :GitGutterLineHighlightsToggle <CR>
""""""""""
" LocalConfig
""""""""""