diff options
author | Chris <[email protected]> | 2020-05-10 19:23:44 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-10 19:23:44 -0400 |
commit | db80027544fdb56160b2e4bef16a98bdc1da76c8 (patch) | |
tree | e2a110a9b468c48f522ace148cdfefa8af161815 /plug-config/fzf.vim | |
parent | 5977c59876bd41de06461b81b6758dafe097faed (diff) |
updates
Diffstat (limited to 'plug-config/fzf.vim')
-rw-r--r-- | plug-config/fzf.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plug-config/fzf.vim b/plug-config/fzf.vim index c715dab5..f02d279c 100644 --- a/plug-config/fzf.vim +++ b/plug-config/fzf.vim @@ -9,6 +9,7 @@ let g:fzf_action = { " previous-history instead of down and up. If you don't like the change, " explicitly bind the keys to down and up in your $FZF_DEFAULT_OPTS. let g:fzf_history_dir = '~/.local/share/fzf-history' +let g:fzf_buffers_jump = 1 " map <C-f> :Files<CR> " map <leader>b :Buffers<CR> |