aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-terminal.el
diff options
context:
space:
mode:
authorDaniel <[email protected]>2024-03-20 17:24:38 -0400
committerDaniel <[email protected]>2024-03-20 17:24:38 -0400
commitc949abf83be8cc5f796b6559c5fc251b58e92ea2 (patch)
tree40233306b59c1d1c6a41ae6a40366412c166f5b8 /bard-elisp/bard-terminal.el
parent333bd9c40f59ef817df1cdfecc015689acf6895f (diff)
changed/added keybinds
Diffstat (limited to 'bard-elisp/bard-terminal.el')
-rw-r--r--bard-elisp/bard-terminal.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/bard-elisp/bard-terminal.el b/bard-elisp/bard-terminal.el
index ed4a67d..23f273c 100644
--- a/bard-elisp/bard-terminal.el
+++ b/bard-elisp/bard-terminal.el
@@ -5,6 +5,7 @@
(term "/bin/bash")))
(define-key global-map (kbd "C-t") #'bard/open-terminal-in-current-directory)
+(define-key global-map (kbd "C-z t") #'bard/open-terminal-in-current-directory)
(defun bard/open-terminal-emulator ()
"Open a terminal in the current working directory."