I know I can set user-defined commands using the :command Foo bar
syntax, but I want a way to set a command without using capitals.
For example, to save all open buffers, the command is :wa
, but that's slightly too inconvenient. I'd really like to be able to just do :ww
.
What's with this seemingly arbitrary limitation? Why do I have to use capital letters?