Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork84
repeat.vim: enable repeating supported plugin maps with "."
tpope/vim-repeat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
If you've ever tried using the.
command after a plugin map, you werelikely disappointed to discover it only repeated the last native commandinside that map, rather than the map as a whole. That disappointmentends today. Repeat.vim remaps.
in a way that plugins can tap intoit.
The following plugins support repeat.vim:
Adding support to a plugin is generally as simple as the followingcommand at the end of your map functions.
silent! call repeat#set("\<Plug>MyWonderfulMap", v:count)
Install using your favorite package manager, or use Vim's built-in packagesupport:
mkdir -p ~/.vim/pack/tpope/startcd ~/.vim/pack/tpope/startgit clone https://tpope.io/vim/repeat.git
See the contribution guidelines forpathogen.vim.
Like repeat.vim? Follow the repository onGitHub and vote for it onvim.org. And ifyou're feeling especially charitable, followtpope onTwitter andGitHub.
Copyright (c) Tim Pope. Distributed under the same terms as Vim itself.See:help license
.
About
repeat.vim: enable repeating supported plugin maps with "."
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.