vim:keys: Map <leader>bt to buffer ctags

This commit is contained in:
2022-08-30 14:33:41 +02:00
parent 7a081c0bd9
commit c0892a8bdb

View File

@@ -75,6 +75,7 @@ if (get(g:, 'loaded_fzf'))
" TODO: fix this?
if (get(g:, 'loaded_gutentags') || 1)
nmap <leader>t :Tags<CR>
nmap <leader>bt :BTags<CR>
endif
endif