1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

add LeaderF bufTag mappings

This commit is contained in:
jdhao 2020-10-12 23:17:41 +08:00
parent e792ca8f78
commit 08c021e8e5

View File

@ -469,6 +469,8 @@ let g:Lf_ShortcutB = ''
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
" Search vim help files
nnoremap <silent> <leader>h :Leaderf help --popup<CR>
" Search tags in current buffer
nnoremap <silent> <leader>t :Leaderf bufTag --popup<CR>
"}}
"{{ URL related