| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | command.vim: change g: semantics | Josh Rahm | 2022-09-15 |
| | | | | | | | | | | | | | | instead of starting a command around a text object, repeat the last ranged command around that text object. So one can now do something like vip:sort<cr> to sort the current paragraph, and then that command can be repeated on a different paragraph with g:ip, and then the command is dot-repeatable. | ||
| * | Better handling for substitute and command. | Josh Rahm | 2022-08-23 |
| | | |||
| * | Add command motion and make some changes to substitute. | Josh Rahm | 2022-08-22 |