Config: add init-org-refile.el , fix dirvish quick access path

This commit is contained in:
User
2026-04-09 16:04:01 +08:00
parent 41c64ca475
commit c3c59376f0
4 changed files with 170 additions and 26 deletions

View File

@@ -246,6 +246,7 @@ Disable jinx-mode if it's enable and global-jinx-mode is disable , otherwise tog
;; vterm
(with-eval-after-load 'vterm
(global-set-key (kbd "C-c v") 'vterm)
(define-key vterm-mode-map (kbd "M-]") nil)
(define-key vterm-mode-map (kbd "C-x C-x") 'vterm-send-C-x))