diff options
Diffstat (limited to '.emacs.d/init.el')
-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 |