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

update LeaderF settings

This commit is contained in:
jdhao 2020-09-24 14:09:36 +08:00 committed by GitHub
parent d63481e787
commit 42a92ffd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -479,8 +479,14 @@ let g:Lf_PopupPosition = [0, &columns/4]
" submodules are not searched by default.
let g:Lf_UseVersionControlTool = 0
" Disable default mapping
let g:Lf_ShortcutF = ''
let g:Lf_ShortcutB = ''
" Search files in popup window
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
" Search vim help files
nnoremap <silent> <leader>h :Leaderf help --popup<CR>
"}}
"{{ URL related