1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

Question about mapping :wq to :qall #668

Open FrancescSunol opened 5 years ago

FrancescSunol commented 5 years ago

I try to map the command :wq to :qall, but without success. I have the following line in my cvimrc: command wq qall

but it doesn't make any effect. Inserting map :wq :qall to cvimrc is not a good solution because then pressing : does not open the command bar. Any suggestions?