Skip to content

Commit be89020

Browse files
committed
chg: Crea Hydra para multi-vterm
1 parent ad8139d commit be89020

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.org

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,13 @@ Para ubicar el archivo JAR en diferentes sistemas se inspecciona el script que s
24352435
:custom
24362436
(vterm-kill-buffer-on-exit t)))
24372437

2438-
(use-package multi-vterm)
2438+
(use-package multi-vterm
2439+
:hydra (hydra-multi-vterm (:color blue :columns 2)
2440+
("x" multi-vterm-dedicated-close "cerrar"))
2441+
:bind (:map global-map ("C-t" . multi-vterm-dedicated-open))
2442+
:bind (:map vterm-mode-map ("C-t" . hydra-multi-vterm/body))
2443+
:custom
2444+
(multi-vterm-dedicated-window-height 7))
24392445

24402446
(use-package flymake-shell
24412447
:hook (sh-set-shell . flymake-shell-load))

0 commit comments

Comments
 (0)