Difference between revisions of "Mark Multiple"
Jump to navigation
Jump to search
(Created page with "{{Package |name=Mark Multiple |description=Concurrent editing of multiple regions |author=Magnar Sveen |maintainer=Magnar Sveen |source=https://github.com/magnars/mark-multipl...") |
|||
Line 7: | Line 7: | ||
}} | }} | ||
− | ''' | + | '''Mark Multiple''' is an Emacs mode for concurrently editing multiple regions. |
== Basic setup == | == Basic setup == | ||
Line 14: | Line 14: | ||
== Helpful keybindings == | == Helpful keybindings == | ||
+ | |||
+ | If you use the bindings suggested in the project README, select a region and then use | ||
+ | |||
+ | ; {{CommandKeys|C-<|mark-previous-like-this}} | ||
+ | : Mark the previous matching region | ||
+ | |||
+ | ; {{CommandKeys|C->|mark-next-like-this}} | ||
+ | : Mark the next matching region | ||
+ | |||
+ | ; {{CommandKeys|C-*|mark-all-like-this}} | ||
+ | : Mark all matching regions | ||
== Common Customization == | == Common Customization == |
Revision as of 18:54, 22 July 2012
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