From 3552858ed0dfbc4f4d55ecd8475e4f3660c7bd7e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Sat, 13 May 2017 09:10:13 -0600 Subject: Adding back quick save funciton --- plugin/vim-options.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 180dba7..7b49be5 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -139,6 +139,8 @@ endfunction inoremap =CleverTab() " type jj to get out of insert mode inoremap jj +" Quick saving +nnoremap w :w " Ctags for python project command! MakeTagsPython !ctags --languages=python --python-kinds=-i -R . " Command for figuring out highlight group -- cgit v1.2.3