You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defun domacs--vterm (command)
"Our Custom function to start vterm with an command"
(vterm command)
(vterm-send-string command t)
(vterm-send-return)
)
It would be nice to have an option to run a specific single command instead of an entire shell, like one can do with
ansi-term
at the moment:(vterm "ping 8.8.8.8")
The text was updated successfully, but these errors were encountered: