Skip to content

Commit

Permalink
tweak(vterm): minor keybinding changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 18, 2023
1 parent b39dfd2 commit 7bfc6dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:init
(+map!
"ot" '(nil :wk "vterm")
"otT" (+def-dedicated-tab! vterm :exit-hook vterm-exit-functions))
"otv" (+def-dedicated-tab! vterm :exit-hook vterm-exit-functions))
;; Hide vterm install window
(add-to-list 'display-buffer-alist
`(" \\*Install vterm\\*"
Expand All @@ -48,8 +48,8 @@
:when (and (not os/win) (+emacs-features-p 'modules))
:init
(+map!
"ott" #'multi-vterm
"otd" #'multi-vterm-dedicated-toggle
"otT" #'multi-vterm
"ott" #'multi-vterm-dedicated-toggle
"otp" #'multi-vterm-project)
;; Show at buttom
(add-to-list 'display-buffer-alist
Expand Down

0 comments on commit 7bfc6dd

Please sign in to comment.