dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ce27ba670dc67a1560f06f664c4d2abb2e0143e9
parent e1dd040e48baa4709cde533e1c942a05c178801b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  4 May 2020 23:18:32 +0200

vim: fzf change map for splitting

Former-commit-id: 343d29243ee511bbeeff444390a01c32c497e397
Diffstat:
Mvim/vimrc | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -278,11 +278,10 @@ endfunction let g:fzf_action = { \ 'ctrl-f': function('s:build_quickfix_list'), \ 'ctrl-t': 'tabedit', - \ 'ctrl-i': 'split', + \ 'ctrl-p': 'split', \ 'ctrl-v': 'vsplit' } let g:fzf_layout = {'window': { 'width': 0.9, 'height': 0.4 } } let g:fzf_preview_window = 'right:60%' - " Jump to existing buffer/window if possible let g:fzf_buffers_jump = 1