refactor: Reutilise multi-term commands for Alacritty buffers

In practice I never use multi-term, but it's nice to have the same
buffer selection functionality for Alacritty buffers.
This commit is contained in:
Vincent Ambo 2018-10-31 10:29:49 +01:00 committed by Vincent Ambo
parent 2c5946163c
commit 5b5f051b13
4 changed files with 35 additions and 36 deletions

View file

@ -63,6 +63,9 @@
(interactive)
(ivy-password-store "~/.aprila-secrets")))
;; Add Alacritty selector to a key
(exwm-input-set-key (kbd "C-x t") #'counsel-switch-to-alacritty)
;; Toggle between line-mode / char-mode
(exwm-input-set-key (kbd "C-c C-t C-t") #'exwm-input-toggle-keyboard)