10 years ago
Ex mode is a legacy feature for vi compatibility. It is a rarely used feature for modern vimmers and can be annoying when accidentally opening it with Q.
map Q <Nop>
Kazark 10 years ago
However, why not go one better and nmap Q
to something useful, like :noh<Esc>
?
Kazark 10 years ago
Also, I think it is going to be removed in Neovim, the Vim of the future.