emacs: exwm: tweak simulation keys
[~bandali/configs] / .emacs.d / init.el
index 4102df0..6cec829 100644 (file)
@@ -722,13 +722,13 @@ around if needed."
       ([?\C-y] . [?\C-v])
       ([?\M-d] . [C-S-right ?\C-x])
       ([?\M-\d] . [C-S-left ?\C-x])
-      ;; search
-      ([?\C-s] . [?\C-f])
-      ;; escape
-      ([?\C-g] . [escape])
       ;; window
       ([?\s-w] . [?\C-w])
-      ([?\s-q] . [?\C-q]))))
+      ([?\s-q] . [?\C-q])
+      ;; misc
+      ([?\C-s] . [?\C-f])
+      ([?\s-s] . [?\C-s])
+      ([?\C-g] . [escape]))))
 
 (use-feature exwm-manage
   :demand