Add configuration for vterm with tramp.

This commit is contained in:
KJ 2024-04-25 14:57:58 -04:00
parent 3660933143
commit baeb0a640b
1 changed files with 6 additions and 1 deletions

View File

@ -430,7 +430,12 @@
;; Terminal
(use-package vterm
:ensure t
:defer t)
:defer t
:config
(setq tramp-histfile-override nil) ;; Dejamos que se use el history por defecto del servidor remoto
(setq vterm-tramp-shells '(("docker" "/bin/bash")
("podman" "/bin/bash"))) ;; Tanto docker como podman usarán bash cuado se contecte mediante tramp
)
;; Cuando iniicias un atajo de teclas te muestra las posibilidades
(use-package which-key