diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-12 23:17:41 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-12 23:17:41 +0800 |
| commit | 08c021e8e5068ac009c62e9e72303e9fc1dda2cd (patch) | |
| tree | d1b04efb9a29b785492af6a4f459ab3485d5c558 /plugins.vim | |
| parent | e792ca8f786c439a22494055ca09a9d173024388 (diff) | |
add LeaderF bufTag mappings
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index d84d18b..9a62fee 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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 |
