aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-19 07:29:50 -0400
committerbard <[email protected]>2024-03-19 07:29:50 -0400
commit796191c2d7cbc16bc054249b3df8c09a87ffe53f (patch)
tree60d4426b30baf1f41359f20511c6a7e4b8b7b686 /bard-elisp
parentb14c5d0bb8ef91d51d525437d7dc7571a0f7cac0 (diff)
changed keybinds
Diffstat (limited to 'bard-elisp')
-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)