]> code.delx.au - dotemacs/blobdiff - README_KEYBINDINGS.md
Work around yank text bug
[dotemacs] / README_KEYBINDINGS.md
index fbf053d7df3eedee1a837014ad2e452a40931e0d..2bf709d0a5214463d9daa2295e7ced7928d72e14 100644 (file)
@@ -197,8 +197,27 @@ C-x r t                                         Replace rectangle with string
 F3 , F4                                         Start recording macro, finish recording macro
 C-u F3                                          Play last macro then append keys
 F4                                              Play back macro
+C-x C-k b                                       Bind macro to key (0-9, A-Z)
+C-x C-k C-e                                     Edit last macro
+C-x C-k l                                       Edit recent keys as macro
+C-x C-k r                                       Apply macro to region lines
 ```
 
+# Registers
+```
+C-x r s <?>                                     Copy region into register
+C-x r i <?>                                     Insert text from register
+C-x r Space <?>                                 Save point position to register
+C-x r j <?>                                     Jump to point position at register
+```
+
+# Mouse secondary selection
+```
+Meta-Drag                                       Set selection
+Meta-Right-Click                                Yank secondary
+```
+
+
 # Mode switching
 ```
 C-x C-j                                         Open direx at current file