diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-02 01:15:59 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-06-02 01:15:59 -0400 |
commit | d1b273dd87d5f44cbfc530b890d693c1eef5be87 (patch) | |
tree | f4c878acc05803ebad8cbb2ab8be06da5447729d /init.el | |
parent | Remove U/O keybinds for PgUp and PgDown (diff) | |
download | mmosmacs-d1b273dd87d5f44cbfc530b890d693c1eef5be87.tar.gz mmosmacs-d1b273dd87d5f44cbfc530b890d693c1eef5be87.tar.bz2 mmosmacs-d1b273dd87d5f44cbfc530b890d693c1eef5be87.zip |
Redo decsription for movement keybinds for clarity
Diffstat (limited to 'init.el')
-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 |