mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-23 21:32:49 +08:00
Allow closing the window with 'q'
This commit is contained in:
parent
0b6ce07d78
commit
a5fd8d2c75
|
@ -206,6 +206,7 @@ function! s:OpenWindow()
|
|||
nnoremap <script> <silent> <buffer> <2-LeftMouse>
|
||||
\ :call <SID>JumpToTag()<CR>
|
||||
nnoremap <script> <silent> <buffer> <Space> :call <SID>ShowPrototype()<CR>
|
||||
nnoremap <script> <silent> <buffer> q :close<CR>
|
||||
|
||||
augroup TagbarAutoCmds
|
||||
autocmd!
|
||||
|
|
Loading…
Reference in New Issue
Block a user