1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update leaderf conf

This commit is contained in:
jdhao 2021-10-17 07:42:30 +08:00
parent 6c14d23707
commit 237a2c3f4a

View File

@ -129,6 +129,10 @@ nnoremap <silent> <leader>t :<C-U>echoerr "Use \<lt>leader>ft instead!"<CR>
nnoremap <silent> <leader>fb :<C-U>Leaderf buffer --popup<CR>
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 = {'<C-J>': ['<C-N>'], '<C-K>': ['<C-P>']}
"}}
"{{ URL related