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