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:
parent
d63481e787
commit
42a92ffd68
@ -479,8 +479,14 @@ let g:Lf_PopupPosition = [0, &columns/4]
|
|||||||
" submodules are not searched by default.
|
" submodules are not searched by default.
|
||||||
let g:Lf_UseVersionControlTool = 0
|
let g:Lf_UseVersionControlTool = 0
|
||||||
|
|
||||||
|
" Disable default mapping
|
||||||
|
let g:Lf_ShortcutF = ''
|
||||||
|
let g:Lf_ShortcutB = ''
|
||||||
|
|
||||||
" Search files in popup window
|
" Search files in popup window
|
||||||
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
|
nnoremap <silent> <leader>f :Leaderf file --popup<CR>
|
||||||
|
" Search vim help files
|
||||||
|
nnoremap <silent> <leader>h :Leaderf help --popup<CR>
|
||||||
"}}
|
"}}
|
||||||
|
|
||||||
"{{ URL related
|
"{{ URL related
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user