[exwm] fix inconsistency in keybindings

This commit is contained in:
contrapunctus 2021-08-08 23:14:20 +05:30
parent ef2b9950ac
commit a4bff2032a
1 changed files with 4 additions and 4 deletions

View File

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