diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-24 22:45:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-24 22:45:00 +0800 |
| commit | b0d5b9765e0a400b9b1a50b3dc7d4f9399a95a55 (patch) | |
| tree | 4c419148b282d0dbcb9c47abb722f8dbebe124f3 /plugins.vim | |
| parent | 9a8126c3571abdf9bcbd11f432c44e5b3b54c4a6 (diff) | |
| parent | 42a92ffd6847b4f2784b1484c8f835fbb37f41f7 (diff) | |
Merge branch 'master' of https://github.com/jdhao/nvim-config
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins.vim b/plugins.vim index 91c93b7..93f135b 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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 |
