autorepeat.vim : Repeat the normal mode command automatically.
| script karma |
Rating 8/6,
Downloaded by 1082 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Daisuke Suzuki |
| |
| script type |
| utility |
| |
| description |
*autorepeat* is a Vim plugin to repeat the normal mode command automatically.
Latest version:
https://github.com/daisuzu/autorepeat.vim
USAGE
Write the following setting to your vimrc.
nmap <Space>. <Plug>(autorepeat)
Key sequence that is entered after "<Space>." is repeated automatically.
Repetition continues until you enter any key.
Examples:
Repeat the movement to the left.(l)
<Space>.l
Repeat scroll to the bottom.(<C-f>)
<Space>.<C-f>
Repeat the deletion of the next word of the next match.(nwdiw)
<Space>.nwdiw |
| |
| install details |
| Copy it to your plugin directory. |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.80
|