remove useless comments for vimrc and change hotkey from [w]rite to [s]ave
This commit is contained in:
parent
61f121cb7d
commit
a5a9888d22
2 changed files with 12 additions and 12 deletions
4
vimrc
4
vimrc
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue