aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-17 21:16:00 -0400
committerbard <[email protected]>2024-03-17 21:16:00 -0400
commite96749fc388b5a212efdd6d64345648219c0f7bf (patch)
tree3ebdaa1eccdafa3bff779d349ae1d0d264c811ba /bard-elisp
parent81ce6c5eb9b95c994d6f9bb9173e320b05ca59a8 (diff)
changed keybinds
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-editing.el2
-rw-r--r--bard-elisp/bard-terminal.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/bard-elisp/bard-editing.el b/bard-elisp/bard-editing.el
index 6118cb4..d1b0310 100644
--- a/bard-elisp/bard-editing.el
+++ b/bard-elisp/bard-editing.el
@@ -44,7 +44,7 @@
(kill-new line-text)
(message "Copied current line")))
-(global-set-key (kbd "C-x l") 'bard/copy-current-line)
+;; (global-set-key (kbd "C-c y") 'bard/copy-current-line)
;; Multiple cursors
(global-set-key (kbd "C-S-c C-S-c") 'mc/edit-lines)
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)