diff options
| author | jdhao <jdhao@hotmail.com> | 2022-04-20 01:29:19 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-04-20 01:29:19 +0800 |
| commit | b20b21b5dde6ad97dfad2c8bd709cc549cd03f77 (patch) | |
| tree | 47447096e3a0cf9aad02341ee26644d795ff101a | |
| parent | c3ced68bea5c68c3c1cfb07544b4676cc48b3484 (diff) | |
update LeaderF conf
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index aaa39b9..909dd4a 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -101,7 +101,7 @@ nnoremap <silent> <leader>ft :<C-U>Leaderf bufTag --popup<CR> nnoremap <silent> <leader>fb :<C-U>Leaderf buffer --popup<CR> " Search recent files -nnoremap <silent> <leader>fr :<C-U>Leaderf mru --popup<CR> +nnoremap <silent> <leader>fr :<C-U>Leaderf mru --popup --absolute-path<CR> let g:Lf_PopupColorscheme = 'gruvbox_material' |
