diff options
| author | bard <[email protected]> | 2024-03-17 21:16:00 -0400 |
|---|---|---|
| committer | bard <[email protected]> | 2024-03-17 21:16:00 -0400 |
| commit | e96749fc388b5a212efdd6d64345648219c0f7bf (patch) | |
| tree | 3ebdaa1eccdafa3bff779d349ae1d0d264c811ba /bard-elisp/bard-terminal.el | |
| parent | 81ce6c5eb9b95c994d6f9bb9173e320b05ca59a8 (diff) | |
changed keybinds
Diffstat (limited to 'bard-elisp/bard-terminal.el')
| -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 2aa77bb..4b3db36 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 "C-c t") 'bard/open-terminal-emulator) +(define-key global-map (kbd "<f1>") 'bard/open-terminal-emulator) (provide 'bard-terminal.el) |
