[exwm] bind delete-other-windows closer to Super

This commit is contained in:
contrapunctus 2021-08-04 14:38:05 +05:30
parent 5f601c504c
commit 5d8cdfbc51
1 changed files with 3 additions and 3 deletions

View File

@ -93,21 +93,21 @@ This needs to be before =boon=/=exwm=, or you get a "failed to define function i
([?\C-4] . select-window-4)
([?\C-\\] . toggle-input-method)
([?\s-o] . delete-other-windows)
([?\s-e] . split-window-below)
([?\s-u] . split-window-right)
([?\s-q] . exwm-input-toggle-keyboard)
([?\s-j] . contrapunctus-general-hydra/body)
([?\s-k] . ido-mini)
([?\s-x] . delete-other-windows)
([?\s-h] . delete-other-windows)
([?\s-t] . split-window-below)
([?\s-n] . split-window-right)
([?\s-m] . contrapunctus-general-hydra/body)
([?\s-w] . ido-mini)
([?\s-v] . exwm-input-toggle-keyboard)))
([?\s-v] . exwm-input-toggle-keyboard)
([?\s-b] . delete-other-windows)))
#+END_SRC
Use window title for buffer names.
#+BEGIN_SRC emacs-lisp