Mark Multiple
Jump to navigation
Jump to search
Description | Concurrent editing of multiple regions |
---|---|
Author | Magnar Sveen |
Maintainer | Magnar Sveen |
Source | https://github.com/magnars/mark-multiple.el |
Mark Multiple is an Emacs mode for concurrently editing multiple regions.
Basic setup
See the GitHub README.
Helpful keybindings
If you use the bindings suggested in the project README, select a region and then use
- [C-<] (or M-x mark-previous-like-this)
- Mark the previous matching region
- [C->] (or M-x mark-next-like-this)
- Mark the next matching region
- [C-*] (or M-x mark-all-like-this)
- Mark all matching regions