Vim stores the list of commands that we applied using : for the current execution.
But when I close vim and start it again, the vim command history is lost.
I tried set history = 1000
in the .vimrc file but that did not help.
Where does Vim maintain the local command history?
What is the command to retain command history?
Is it possible to update vim plugins automatically?