Clear vterm after exporting $EDITOR
This commit is contained in:
parent
31ed2cba5c
commit
f855abbfe4
@ -21,7 +21,9 @@
|
|||||||
(use-package with-editor
|
(use-package with-editor
|
||||||
:hook ((eshell-mode . with-editor-export-editor)
|
:hook ((eshell-mode . with-editor-export-editor)
|
||||||
(shell-mode . with-editor-export-editor)
|
(shell-mode . with-editor-export-editor)
|
||||||
(vterm-mode . with-editor-export-editor))
|
(vterm-mode . (lambda ()
|
||||||
|
(with-editor-export-editor)
|
||||||
|
(vterm-clear))))
|
||||||
:commands (with-editor-async-shell-command
|
:commands (with-editor-async-shell-command
|
||||||
with-editor-shell-command))
|
with-editor-shell-command))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user