mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
vim: add F8 shortcut for tagbar
This commit is contained in:
parent
12e521a2c6
commit
9299c753e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user