sponsor Vim development Vim logo Vim Book Ad

autorepeat.vim : Repeat the normal mode command automatically.

 script karma  Rating 8/6, Downloaded by 815  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.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
autorepeat.vim.zip 0.0.1-1 2014-08-26 7.2 Daisuke Suzuki Fix document
autorepeat.vim.zip 0.0.1 2014-08-24 7.2 Daisuke Suzuki Initial upload
ip used for rating: 18.219.22.169

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github