1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

vim: add F8 shortcut for tagbar

This commit is contained in:
bretello 2022-12-23 12:12:25 +01:00
parent 12e521a2c6
commit 9299c753e0
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

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