From 1d3d06bf0d1c5256335e780cf699245adda21535 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 1 Mar 2018 16:59:57 +0000 Subject: [PATCH] Cleanup vim dictionary syntax --- vimrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 786b64f..c58ccbb 100644 --- a/vimrc +++ b/vimrc @@ -127,9 +127,10 @@ if !platform#is_windows() Plug 'junegunn/fzf', {'dir': '~/.fzf', 'do': './install --all --no-update-rc'} Plug 'junegunn/fzf.vim' let g:fzf_action = { - \ 'ctrl-t': 'tab split', - \ 'ctrl-s': 'split', - \ 'ctrl-v': 'vsplit' } + \ 'ctrl-t': 'tab split', + \ 'ctrl-s': 'split', + \ 'ctrl-v': 'vsplit' + \ } endif Plug 'kbenzie/note.vim'