branch: elpa/devil commit 331bf12bb2242d8e06dc245363356ff8372efa03 Author: Susam Pal <su...@susam.net> Commit: Susam Pal <su...@susam.net>
Add more examples of repeatable keys to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edc7cfccec..e504fd3fb0 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,10 @@ Devil may be used: sequence over and over again. 4. Another example of a repeatable Devil key sequence is `, f f f` - which moves the cursor word by multiple characters. + which moves the cursor word by multiple characters. A few other + examples of repeatable keys are `, k k k` to kill lines, `, / / /` + to undo changs, etc. Type `C-h v devil-repeatable-keys RET` to see + the complete list of repeatable keys. 5. Type `, s` and watch Devil translate it to `C-s` and invoke incremental search.