From 42a92ffd6847b4f2784b1484c8f835fbb37f41f7 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 24 Sep 2020 14:09:36 +0800 Subject: [PATCH] update LeaderF settings --- plugins.vim | 6 ++++++ 1 file changed, 6 insertions(+) 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