From 237a2c3f4a1597359c653005745c1c268f8ee6fc Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 17 Oct 2021 07:42:30 +0800 Subject: [PATCH] update leaderf conf --- core/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index 6ab7535..111b8fe 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -129,6 +129,10 @@ nnoremap t :echoerr "Use \leader>ft instead!" nnoremap fb :Leaderf buffer --popup let g:Lf_PopupColorscheme = 'gruvbox_material' + +" Change keybinding in LeaderF prompt mode, use ctrl-n and ctrl-p to navigate +" items. +let g:Lf_CommandMap = {'': [''], '': ['']} "}} "{{ URL related