Improve fzf mappings

This commit is contained in:
Kenneth Benzie 2017-01-28 05:34:27 +00:00
parent 504b7f110f
commit d02030b9af

4
vimrc
View File

@ -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'