How do I disable the viminfo feature?
By default, the viminfo feature is disabled. If the viminfo feature is enabled by a system-wide vimrc file, then you can disable the viminfo feature by setting the ‘viminfo’ option to an empty string in your local .vimrc file:
:set viminfo=""
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking