]> code.delx.au - dotemacs/blobdiff - README.md
more text utility functions with key bindings
[dotemacs] / README.md
index a44cf99e0b1dcf1dbb556fec2820b8ea8d9b6567..c591ab6015edb74fc00c93cf63e1744aed341293 100644 (file)
--- a/README.md
+++ b/README.md
@@ -76,6 +76,7 @@ M-m                                             Jump back to start of indentatio
 M-r                                             Jump to window top/bottom/middle
 M-g Tab                                         Jump to column
 M-g M-j                                         Jump to charactor
+M-g M-l                                         Jump to charactor on current line
 M-g M-w                                         Jump to word by first character
 M-g M-g                                         Jump to visible line or any line
 C-a                                             Beginning of line
@@ -118,6 +119,9 @@ C-j                                             Newline and maybe indent
 M-^                                             Join to previous line
 M-j                                             New line with comment
 C-q                                             Quoted insert
+C-M-\                                           Indent region
+C-c c                                           Copy line
+C-c d                                           Duplicate line
 M-x comment-box                                 Wrap region in comment box
 ```
 
@@ -145,8 +149,8 @@ M-_                                             Select current line
 M-z <char>                                      Kill until <char>
 C-k                                             Kill to end of line
 M-0 C-k                                         Kill to beginning of line
-C-a C-k C-k                                     Kill current line
-C-S-Backspace                                   Kill current line
+C-c k                                           Kill whole line
+C-c s                                           Copy line
 C-d                                             Delete next character
 M-d                                             Delete next word
 M-Backspace                                     Delete previous word