Improve fzf mappings
This commit is contained in:
parent
504b7f110f
commit
d02030b9af
4
vimrc
4
vimrc
@ -100,6 +100,10 @@ Plug 'tpope/vim-jdaddy'
|
|||||||
if !platform#is_windows()
|
if !platform#is_windows()
|
||||||
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'}
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
|
let g:fzf_action = {
|
||||||
|
\ 'ctrl-t': 'tab split',
|
||||||
|
\ 'ctrl-s': 'split',
|
||||||
|
\ 'ctrl-v': 'vsplit' }
|
||||||
endif
|
endif
|
||||||
|
|
||||||
Plug 'kbenzie/note.vim'
|
Plug 'kbenzie/note.vim'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user