Support vterm-mgt.el

I enjoyed using term-switcher so much that I ended up adopting vterm as my
primary terminal. After reaching for vterm as often as I did, I realized that I
would enjoy supporting cycling through instances, creating new instances,
deleting existing instances, renaming instances. Thus spawned vterm-mgt.el.

I'm particularly excited about the KBD to toggle between vterm instances and
source code buffers.
This commit is contained in:
William Carroll 2020-02-08 16:00:31 +00:00
parent 8584059e7c
commit 2af05f698c
4 changed files with 146 additions and 5 deletions

View file

@ -26,7 +26,7 @@
(require 'display)
(require 'dotfiles)
(require 'org-helpers)
(require 'vterm)
(require 'vterm-mgt)
(require 'dash)
(require 'evil)
@ -521,7 +521,7 @@ This function asssumes that BUFFER passes the `exwm/exwm-buffer?' predicate."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(progn
(exwm/switch "Terminal")
(vterm))
(vterm-mgt-instantiate))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Todos
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;