Add s-SPC as the keybinding for other-window in wm mode

This commit is contained in:
Sameer Rahmani 2021-01-26 16:19:21 +00:00
parent f8ae98f1bf
commit 65c7f31473
1 changed files with 1 additions and 0 deletions

View File

@ -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.