Add an additional Wq command

This commit is contained in:
Anthony Rose 2020-10-30 10:58:37 +00:00
parent b6b1b9b03a
commit 300da4103a

1
vimrc
View file

@ -86,6 +86,7 @@ if has("eval")
command Q q command Q q
command W w command W w
command WQ wq command WQ wq
command Wq wq
filetype plugin indent on filetype plugin indent on
let g:ale_completion_enabled=1 let g:ale_completion_enabled=1
let g:ale_sign_column_always=1 let g:ale_sign_column_always=1