From eef771839536b9775d155a77d9708e39b27789a5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 29 Oct 2021 01:48:25 +0800 Subject: [PATCH] update leaderf settings --- core/plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/plugins.vim b/core/plugins.vim index 10817e3..b630ec0 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -111,6 +111,9 @@ nnoremap t :echoerr "Use \leader>ft instead!" " Switch buffers nnoremap fb :Leaderf buffer --popup +" Search recent files +nnoremap fr :Leaderf mru --popup + let g:Lf_PopupColorscheme = 'gruvbox_material' " Change keybinding in LeaderF prompt mode, use ctrl-n and ctrl-p to navigate