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:
parent
12e521a2c6
commit
9299c753e0
|
@ -117,6 +117,9 @@ map <leader>i :set cursorcolumn!<CR>
|
||||||
"" Goyo
|
"" Goyo
|
||||||
nmap <leader>zz :Goyo<CR>
|
nmap <leader>zz :Goyo<CR>
|
||||||
|
|
||||||
|
""" Tagbar
|
||||||
|
nmap <F8> :TagbarToggle<CR>
|
||||||
|
|
||||||
""Misc stuff
|
""Misc stuff
|
||||||
if g:uname == "Darwin"
|
if g:uname == "Darwin"
|
||||||
"" Mac specific stuff
|
"" Mac specific stuff
|
||||||
|
|
Loading…
Reference in New Issue
Block a user