]> code.delx.au - dotemacs/blobdiff - README_KEYBINDINGS.md
Moved emacs temp files to ~/.cache
[dotemacs] / README_KEYBINDINGS.md
index f4f99aa01bfff9f9c570378e32f4914e244bc6be..97d98fca2f4fa139ab98f58add36ce46ffb653b3 100644 (file)
@@ -40,7 +40,9 @@ M-i                                             Insert selected item (while sear
 M-q                                             Replace searched item (while searching)
 M-p                                             Search for previous item (while searching)
 M-n                                             Search for symbol at point (while searching)
+C-M-A                                           Read Ivy action
 C-c C-o                                         Dump all results into a buffer (ivy-occur)
+C-c C-p                                         Switch to wgrep mode
 M-.                                             Find thing at point
 M-,                                             Pop tag mark
 ```
@@ -149,13 +151,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