Is there a way to run these scripts from the : commandline with a few keystrokes?
:
Over the last couple of months, I\'ve built a series of fi
Open Vim and enter the following:
:source /path/to/vim/file/name.vim
If you are currently editing that file, you can also type:
:w :source %
The percent sign (%) means the path to the currently opened file.