]> code.delx.au - dotemacs/blobdiff - README.md
avy jump key binding improvements
[dotemacs] / README.md
index d4a32ce1db12400ecece446cb76642878ae5d4f8..09fcadb2edfc19d2c4a0564862b1658a22d953b0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,9 +82,9 @@ M-x make-frame                                  New frame (X11 window)
 M-m                                             Jump back to start of indentation
 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 f                                           Jump to charactor on current line
+M-g g                                           Jump to visible line or any line
+M-g j                                           Jump to word by first character
 M-g M-g                                         Jump to visible line or any line
 C-a                                             Beginning of line
 C-e                                             End of line
@@ -231,8 +231,10 @@ M-g M-n                                         Next occurence
 ```
 C-c g d                                         Popup diff
 C-c g p                                         Previous hunk
-C-c g f                                         Next hunk
+C-c g n                                         Next hunk
+C-c g r                                         Revert hunk
 C-c g s                                         Magit status
+C-c g f                                         Magit file specific commands
 C-c g g                                         Magit dispatch popup
 p                                               Previous section
 n                                               Next section