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`.
This commit is contained in:
William Carroll 2020-02-02 12:14:34 +00:00
parent 851aba8201
commit 2ec436b2b5
2 changed files with 6 additions and 92 deletions

View file

@ -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