diff options
| author | jdhao <jdhao@hotmail.com> | 2021-10-29 01:48:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-10-29 01:48:25 +0800 |
| commit | eef771839536b9775d155a77d9708e39b27789a5 (patch) | |
| tree | e98dd2b5338fe2ebb6da09cbdfda61b2868e38e6 /core | |
| parent | e56595c138e4454b3fba96b38eca64e7f237b413 (diff) | |
update leaderf settings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 3 insertions, 0 deletions
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 <silent> <leader>t :<C-U>echoerr "Use \<lt>leader>ft instead!"<CR> " Switch buffers nnoremap <silent> <leader>fb :<C-U>Leaderf buffer --popup<CR> +" Search recent files +nnoremap <silent> <leader>fr :<C-U>Leaderf mru --popup<CR> + let g:Lf_PopupColorscheme = 'gruvbox_material' " Change keybinding in LeaderF prompt mode, use ctrl-n and ctrl-p to navigate |
