tpope / vim-repeat

repeat.vim: enable repeating supported plugin maps with "."
http://www.vim.org/scripts/script.php?script_id=2136
2.59k stars 81 forks source link

Add "Advanced" section to README #44

Closed smackesey closed 2 years ago

smackesey commented 9 years ago

The "Advanced" section explains that it is possible to define your own mappings for repetition and undo instead of the default ., u, U, C-R.

I added this because it was not clear to me that this was a possibility until I took the time to read the source.