1
0
Fork 0

remove useless comments for vimrc and change hotkey from [w]rite to [s]ave

This commit is contained in:
Von Random 2017-03-02 12:23:04 +03:00
parent 61f121cb7d
commit a5a9888d22
2 changed files with 12 additions and 12 deletions

4
vimrc
View file

@ -65,8 +65,8 @@ nnoremap q <Nop>
nnoremap qq :q<CR>
nnoremap qf :q!<CR>
nnoremap qa :qa<CR>
nnoremap qw :wq<CR>
nnoremap <Leader>w :w<CR>
nnoremap qs :wq<CR>
nnoremap <Leader>s :w<CR>
" plugins
let plugins = expand("$HOME/.vimplugins")