help_movement : Movement over Vim help sections with ]] etc.
script karma |
Rating 0/0,
Downloaded by 1018 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Ingo Karkat |
|
script type |
ftplugin |
|
description |
DESCRIPTION
This filetype plugin provides movement commands for Vim help sections.
USAGE
Move around Vim help sections (starting with a =====
line).
]] Go to [count] next start of a help section.
][ Go to [count] next end of a help section.
[[ Go to [count] previous start of a help section.
[] Go to [count] previous end of a help section. |
|
install details |
INSTALLATION
This script is packaged as a vimball. If you have the "gunzip" decompressor
in your PATH, simply edit the *.vba.gz package in Vim; otherwise, decompress
the archive first, e.g. using WinZip. Inside Vim, install by sourcing the
vimball or via the :UseVimball command.
vim help_movement.vba.gz
:so %
To uninstall, use the :RmVimball command.
DEPENDENCIES
- Requires Vim 7.0 or higher.
- Requires the CountJump plugin (vimscript #3130). |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|