Cleanup vim dictionary syntax

This commit is contained in:
Kenneth Benzie 2018-03-01 16:59:57 +00:00
parent d225180985
commit 1d3d06bf0d

3
vimrc
View File

@ -129,7 +129,8 @@ if !platform#is_windows()
let g:fzf_action = { let g:fzf_action = {
\ 'ctrl-t': 'tab split', \ 'ctrl-t': 'tab split',
\ 'ctrl-s': 'split', \ 'ctrl-s': 'split',
\ 'ctrl-v': 'vsplit' } \ 'ctrl-v': 'vsplit'
\ }
endif endif
Plug 'kbenzie/note.vim' Plug 'kbenzie/note.vim'