feat: Add notes helpers, magit keybindings, and phscroll
- Move `my-blog-publish`, `my-blog-preview`, and `my-note-push` from init-org.el to init-kbd-func.el for better organization - Add magit keybindings under C-x g prefix - Add phscroll package for better org table line wrapping - Remove visual-line-mode hook from gptel - Add Chinese word segmentation buffer to consult ignore list
This commit is contained in:
@@ -77,6 +77,16 @@
|
||||
"V" 'project-vc-dir
|
||||
"a" 'gptel-agent-project)
|
||||
|
||||
;; g for magit
|
||||
(general-unbind "C-x g")
|
||||
(general-def
|
||||
:prefix "C-x g"
|
||||
"s" 'magit-status
|
||||
"c" 'magit-clone
|
||||
"d" 'magit-diff
|
||||
"b" 'magit-branch
|
||||
"B" 'magit-blame)
|
||||
|
||||
;; t for modes toggle
|
||||
(general-def
|
||||
:prefix "C-c t"
|
||||
|
||||
Reference in New Issue
Block a user