Add option for <Esc> to close non-floating preview window

Closes #718.
This commit is contained in:
Andy Stewart
2020-06-23 15:18:25 +01:00
parent faf2581f00
commit 51a03d4ae0
3 changed files with 10 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ call s:set('g:gitgutter_terminal_reports_focus', 1)
call s:set('g:gitgutter_async', 1)
call s:set('g:gitgutter_log', 0)
call s:set('g:gitgutter_use_location_list', 0)
call s:set('g:gitgutter_close_preview_on_escape', 0)
call s:set('g:gitgutter_git_executable', 'git')
if !executable(g:gitgutter_git_executable)