vim: add F8 shortcut for tagbar

fix-ci
bretello 2022-12-23 12:12:25 +01:00
parent 12e521a2c6
commit 9299c753e0
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ map <leader>i :set cursorcolumn!<CR>
"" Goyo
nmap <leader>zz :Goyo<CR>
""" Tagbar
nmap <F8> :TagbarToggle<CR>
""Misc stuff
if g:uname == "Darwin"
"" Mac specific stuff