aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-02 01:15:59 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-06-02 01:15:59 -0400
commitd1b273dd87d5f44cbfc530b890d693c1eef5be87 (patch)
treef4c878acc05803ebad8cbb2ab8be06da5447729d
parentRemove U/O keybinds for PgUp and PgDown (diff)
downloadmmosmacs-d1b273dd87d5f44cbfc530b890d693c1eef5be87.tar.gz
mmosmacs-d1b273dd87d5f44cbfc530b890d693c1eef5be87.tar.bz2
mmosmacs-d1b273dd87d5f44cbfc530b890d693c1eef5be87.zip
Redo decsription for movement keybinds for clarity
-rw-r--r--init.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/init.el b/init.el
index b394c97..cac5b98 100644
--- a/init.el
+++ b/init.el
@@ -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