From c03ed2df123dac58ddc674474117440a8c643790 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sun, 30 Mar 2014 18:39:32 -0500 Subject: [PATCH] fix multiple CR in insert mode from supertab --- vim/vimrc.symlink | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index d6c36d6..aeb050c 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -310,6 +310,9 @@ let g:ctrlp_working_path_mode = 2 let g:airline_powerline_fonts=1 let g:airline_theme='dark' + +let g:SuperTabCrMapping = 0 + if (has("gui_running")) set guioptions=egmrt set background=light