Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

repeat.vim: enable repeating supported plugin maps with "."

NotificationsYou must be signed in to change notification settings

tpope/vim-repeat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

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)

Installation

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

Contributing

See the contribution guidelines forpathogen.vim.

Self-Promotion

Like repeat.vim? Follow the repository onGitHub and vote for it onvim.org. And ifyou're feeling especially charitable, followtpope onTwitter andGitHub.

License

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

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp