I make so many Vim plugins I had to make a Vim plugin for making Vim plugins.
:PP: Pretty print. With no argument, acts as a REPL.:Runtime: Reload runtime files. Like :runtime!, but it unlets any:Disarm: Remove a runtime file’s maps, commands, and autocommands,:Scriptnames: Load :scriptnames into the quickfix list.:Messages: Load :messages into the quickfix list, with stack trace:Verbose: Capture the output of a :verbose invocation into the preview:Time: Measure how long a command takes.:Breakadd: Like its lowercase cousin, but makes it much easier to set:Breakdel.:Vedit: Edit a file relative the runtime path. For example,:Vedit plugin/scriptease.vim. Also, :Vsplit, :Vtabedit, etc.K: Look up the :help for the VimL construct under the cursor.zS: Show the active syntax highlighting groups under the cursor.g=: Eval a motion or selection as VimL and replace it with the result.See the :help for details.
Install using your favorite package manager, or use Vim’s built-in package
support:
mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/scriptease.git
vim -u NONE -c "helptags scriptease/doc" -c q
Once help tags have been generated, you can view the manual with
:help scriptease.
See the contribution guidelines for
pathogen.vim.
Like scriptease.vim? Follow the repository on
GitHub and vote for it on
vim.org. And if
you’re feeling especially charitable, follow tpope on
Twitter and
GitHub.
Copyright © Tim Pope. Distributed under the same terms as Vim itself.
See :help license.
We use cookies
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.