diff options
author | Thanos Apollo <[email protected]> | 2023-03-01 10:04:15 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-01 10:04:15 +0200 |
commit | 6f4976eddb945d3e94a26040b4dba9f7ea589a78 (patch) | |
tree | d15d66f13963ece69fa08e0d681ef153b9e032f4 /.emacs.d | |
parent | 154828d7c2c8c1dbf96c9814add8383269d5ee1f (diff) |
emacs: Change 'copy-region-as-kill keybinding
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index cb5ac05..95b6c53 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -630,7 +630,7 @@ you have the correctly set the OPENAI_API_KEY variable" ;; Basic functions (general-define-key "C-d" 'kill-region - "C-k" 'copy-region-as-kill + "C-c C-w" 'copy-region-as-kill "C-c v" 'vterm "C-x 9" 'make-mini-buffer "C-c l e" 'apollo/emacs-keys |