diff options
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Tab> <C-R>=CleverTab()<CR> +" type jj to get out of insert mode +inoremap jj <ESC> " Ctags for python project command! MakeTagsPython !ctags --languages=python --python-kinds=-i -R . " Command for figuring out highlight group |