aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp/bard-terminal.el
diff options
context:
space:
mode:
Diffstat (limited to 'bard-elisp/bard-terminal.el')
-rw-r--r--bard-elisp/bard-terminal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-terminal.el b/bard-elisp/bard-terminal.el
index 4b3db36..ed4a67d 100644
--- a/bard-elisp/bard-terminal.el
+++ b/bard-elisp/bard-terminal.el
@@ -12,6 +12,6 @@
(let ((default-directory default-directory))
(start-process "st terminal" nil "st")))
-(define-key global-map (kbd "<f1>") 'bard/open-terminal-emulator)
+(define-key global-map (kbd "C-z C-t") 'bard/open-terminal-emulator)
(provide 'bard-terminal.el)