Config: optimize consult config, change some keybindings and function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user