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
:run file.vim
:run is like :source, but :run doesn't need the path. It searches the runtimepath.
:run
:source
runtimepath
A Linux runtimepath:
$HOME/.vim, $VIM/vimfiles, $VIMRUNTIME, $VIM/vimfiles/after, $HOME/.vim/after