We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8139d commit be89020Copy full SHA for be89020
README.org
@@ -2435,7 +2435,13 @@ Para ubicar el archivo JAR en diferentes sistemas se inspecciona el script que s
2435
:custom
2436
(vterm-kill-buffer-on-exit t)))
2437
2438
- (use-package multi-vterm)
+ (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))
2445
2446
(use-package flymake-shell
2447
:hook (sh-set-shell . flymake-shell-load))
0 commit comments