Config: optimize consult config, change some keybindings and function

This commit is contained in:
User
2026-05-01 20:44:11 +08:00
parent 7e8a801be2
commit 89e7d2954b
6 changed files with 47 additions and 28 deletions

View File

@@ -42,12 +42,18 @@
"C-<tab>" 'org-cycle-current-subtree
"C-c o l" 'org-toggle-link-display)
;; vterm
(general-def vterm-mode-map
"M-]" nil
"C-q" 'vterm-send-next-key)
;; global map with C-c prefix
(general-def
:prefix "C-c"
"c" 'hydra-multiple-cursors/body
"e" 'er/expand-region
"k" 'comment-line)
"k" 'comment-line
"v" 'vterm)
;; global map
(general-def