From 65c7f31473ad0f6e676466a2cf95514f59a235c3 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Tue, 26 Jan 2021 16:19:21 +0000 Subject: [PATCH] Add s-SPC as the keybinding for other-window in wm mode --- lib/fg42/wm.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fg42/wm.el b/lib/fg42/wm.el index 3f3c732..4868d06 100644 --- a/lib/fg42/wm.el +++ b/lib/fg42/wm.el @@ -84,6 +84,7 @@ ;; Bind "s-r" to exit char-mode and fullscreen mode. ([?\s-r] . exwm-reset) ([?\s-g] . keyboard-quit) + ([8388640] . other-window) ;; Bind "s-w" to switch workspace interactively. ([?\s-w] . exwm-workspace-switch) ;; Bind "s-0" to "s-9" to switch to a workspace by its index.