From 2ec436b2b5c7dc417cef80d9d9208c1379db009e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sun, 2 Feb 2020 12:14:34 +0000 Subject: Support KBDs for term-switcher package To facilitate transitioning from using `terminator` to using `vterm`, I'm defining some KBDs that I hope will help me habituate my usage of `vterm`. --- emacs/.emacs.d/wpc/keybindings.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 755311483dd1..967baf8c5192 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -15,6 +15,8 @@ (require 'chrome) (require 'scrot) (require 'ivy-clipmenu) +(require 'term-switcher) +(require 'general) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Configuration @@ -42,5 +44,7 @@ ;; super. Remove this once I fix my Ergodox. (keybinding/exwm "C-S-s-s" #'scrot/select) +(general-define-key (kbd/raw 'x11 "t") #'ts/switch-to-terminal) + (provide 'keybindings) ;;; keybindings.el ends here -- cgit 1.4.1