From 7b8b624589bf8b3420ded888b263fae3d7fb1e41 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 12 May 2017 10:59:56 -0600 Subject: Adding back jj escape --- plugin/vim-options.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 969150f..180dba7 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -137,6 +137,8 @@ function! CleverTab() endif endfunction inoremap =CleverTab() +" type jj to get out of insert mode +inoremap jj " Ctags for python project command! MakeTagsPython !ctags --languages=python --python-kinds=-i -R . " Command for figuring out highlight group -- cgit v1.2.3