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 180dba7..7b49be5 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -139,6 +139,8 @@ endfunction inoremap <Tab> <C-R>=CleverTab()<CR> " type jj to get out of insert mode inoremap jj <ESC> +" Quick saving +nnoremap <leader>w :w<CR> " Ctags for python project command! MakeTagsPython !ctags --languages=python --python-kinds=-i -R . " Command for figuring out highlight group |