X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/16bc85ee3bb72684be2e0427a493edeac3e0a1af..68a8b20a5f540046b86174d73e6853a25753e153:/README_KEYBINDINGS.md diff --git a/README_KEYBINDINGS.md b/README_KEYBINDINGS.md index 4dc4113..c1b590e 100644 --- a/README_KEYBINDINGS.md +++ b/README_KEYBINDINGS.md @@ -150,13 +150,20 @@ C-x C-x Exchange point and mark C-M-h Highlight expression M-@ Set mark at end of next word C-= Expand region -C-c l Insert extra cursor on all lines in region -C-c m Ask to insert extra cursor at locations matching selected region M-= Display info about region C-. Go to last edit C-, Go to last edit reverse ``` +# Multiple cursors +``` +C-c m a Insert cursor at all matching points +C-c m l Insert extra cursor on all lines in region +C-c m m Ask to insert extra cursor at locations matching selected region +C-c m p Add cursor at previous text like region +C-c m n Add cursor at next text like region +``` + # Highlighting ``` M-s h u Unhighlight regexp