Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/repeater
C-n C-n C-n ...... End of buffer
https://github.com/xuchunyang/repeater
Last synced: about 1 month ago
JSON representation
C-n C-n C-n ...... End of buffer
- Host: GitHub
- URL: https://github.com/xuchunyang/repeater
- Owner: xuchunyang
- Created: 2018-03-30T14:53:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T12:13:12.000Z (over 6 years ago)
- Last Synced: 2024-10-16T01:45:55.331Z (3 months ago)
- Language: Emacs Lisp
- Homepage: https://emacs-china.org/t/topic/5414
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# repeater.el -- Repeat recent repeated commands
With `repeater-mode` enabled, if you run the same command continuously for 3 times, the command will be repeated. For example, if you have typed three `a`
aaa
after a few seconds, you will get
aaaaaaaaaaaaaaaaaaaaaaaaaa
To stop repeating, type any key.