aboutsummaryrefslogtreecommitdiff
path: root/plugin/command.vim
Commit message (Collapse)AuthorAge
* command.vim: change g: semanticsJosh Rahm2022-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 Rahm2022-08-23
|
* Add command motion and make some changes to substitute.Josh Rahm2022-08-22