diff options
| author | bard <[email protected]> | 2024-03-19 07:29:50 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-19 07:29:50 -0400 |
| commit | 796191c2d7cbc16bc054249b3df8c09a87ffe53f (patch) | |
| tree | 60d4426b30baf1f41359f20511c6a7e4b8b7b686 /bard-elisp | |
| parent | b14c5d0bb8ef91d51d525437d7dc7571a0f7cac0 (diff) | |
changed keybinds
Diffstat (limited to 'bard-elisp')
| -rw-r--r-- | bard-elisp/bard-terminal.el | 2 |
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) |
