vim: Add binding for fzf's :Lines

This commit is contained in:
2020-12-24 02:48:59 +01:00
parent d9971b7672
commit 350158af1a

View File

@@ -89,6 +89,7 @@ endif
" Plugin specific bindings " Plugin specific bindings
if (get(g:, 'loaded_fzf')) if (get(g:, 'loaded_fzf'))
nmap <leader>f :Files<CR> nmap <leader>f :Files<CR>
nmap <leader>j :Lines<CR>
if (get(g:, 'loaded_gutentags')) if (get(g:, 'loaded_gutentags'))
nmap <leader>t :Tags<CR> nmap <leader>t :Tags<CR>
endif endif