diff options
-rw-r--r-- | init.el | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1163,13 +1163,14 @@ | |||
1163 | ;; --------------------------------- | 1163 | ;; --------------------------------- |
1164 | ;; Movement | 1164 | ;; Movement |
1165 | ;; -------- | 1165 | ;; -------- |
1166 | ;; MMOSMacs uses IJKL movement. | 1166 | ;; MMOSMacs uses s-IJKLUO keybinds |
1167 | ;; Movement all requires use of the | 1167 | ;; for movement. |
1168 | ;; Super key. | ||
1169 | ;; | 1168 | ;; |
1170 | ;; U and O are used as equivalents | 1169 | ;; Super + IJKL is equivalent to the |
1171 | ;; of Home/PgUp and End/PgDown | 1170 | ;; arrow keys. |
1172 | ;; respectively. | 1171 | ;; |
1172 | ;; Super + U & O are equivalent to | ||
1173 | ;; Home & End. | ||
1173 | ;; --------------------------------- | 1174 | ;; --------------------------------- |
1174 | 1175 | ||
1175 | ;; Move by character | 1176 | ;; Move by character |