Add alias for W, Q, and WQ

This commit is contained in:
Anthony Rose 2016-05-11 08:50:10 +01:00
parent 30d385b92e
commit 3a754955ca

3
vimrc
View file

@ -2,6 +2,9 @@ silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
silent! execute pathogen#infect() silent! execute pathogen#infect()
autocmd BufRead,BufNewFile *.md set filetype=markdown autocmd BufRead,BufNewFile *.md set filetype=markdown
command Q q
command W w
command WQ wq
inoremap <down> <nop> inoremap <down> <nop>
inoremap <left> <nop> inoremap <left> <nop>
inoremap <right> <nop> inoremap <right> <nop>