Skip to content

Commit 9770370

Browse files
committed
remap q for terminal buffer, fix #8
1 parent 3df6d89 commit 9770370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/easygit.vim

+1
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ function! easygit#dispatch(name, args)
801801
endif
802802
exe 'lcd ' . root
803803
exe pre . cmd
804+
exe 'nnoremap <buffer> <silent> q :bd!<cr>'
804805
exe 'lcd ' . cwd
805806
else
806807
let title = 'easygit-' . a:name

0 commit comments

Comments
 (0)