Add configuration for vterm with tramp.
This commit is contained in:
		@@ -430,7 +430,12 @@
 | 
				
			|||||||
;; Terminal
 | 
					;; Terminal
 | 
				
			||||||
(use-package vterm
 | 
					(use-package vterm
 | 
				
			||||||
  :ensure t
 | 
					  :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
 | 
					;; Cuando iniicias un atajo de teclas te muestra las posibilidades
 | 
				
			||||||
(use-package which-key
 | 
					(use-package which-key
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user