I have a shortcut in .vimrc:
map <silent> ,w :wall <CR>
I don't want to see this command (:wall) when I am browsing history in vim. Is this possible?
|
I have a shortcut in
I don't want to see this command (:wall) when I am browsing history in vim. Is this possible? | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
As you're running the command from a mapping, you shouldn't be seeing the command in your history at all, but for removing items from history, see | |||
|
feedback
|