diff --git a/plugins.vim b/plugins.vim index 06a0c00..364ed92 100644 --- a/plugins.vim +++ b/plugins.vim @@ -479,8 +479,14 @@ let g:Lf_PopupPosition = [0, &columns/4] " submodules are not searched by default. let g:Lf_UseVersionControlTool = 0 +" Disable default mapping +let g:Lf_ShortcutF = '' +let g:Lf_ShortcutB = '' + " Search files in popup window nnoremap f :Leaderf file --popup +" Search vim help files +nnoremap h :Leaderf help --popup "}} "{{ URL related