Add configuration for vterm with tramp.
This commit is contained in:
parent
3660933143
commit
baeb0a640b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user