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-editing.el | |
| parent | 81ce6c5eb9b95c994d6f9bb9173e320b05ca59a8 (diff) | |
changed keybinds
Diffstat (limited to 'bard-elisp/bard-editing.el')
| -rw-r--r-- | bard-elisp/bard-editing.el | 2 |
1 files changed, 1 insertions, 1 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) |
