From 08c021e8e5068ac009c62e9e72303e9fc1dda2cd Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 12 Oct 2020 23:17:41 +0800 Subject: [PATCH] add LeaderF bufTag mappings --- plugins.vim | 2 ++ 1 file changed, 2 insertions(+) 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 f :Leaderf file --popup " Search vim help files nnoremap h :Leaderf help --popup +" Search tags in current buffer +nnoremap t :Leaderf bufTag --popup "}} "{{ URL related