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:
parent
2c5946163c
commit
5b5f051b13
4 changed files with 35 additions and 36 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue