refactor(org): Reorganize keybindings and adjust defaults
- Merge org-ql-search under C-c n q prefix
- Replace org heading navigation with paragraph movement on M-{ and M-}
- Add journal and archive to denote signatures
- Increase olivetti width from 80 to 85
This commit is contained in:
@@ -109,13 +109,8 @@
|
||||
"d" 'denote
|
||||
"r" 'denote-rename-file-date
|
||||
"R" 'denote-rename-file
|
||||
"m" 'my-denote-open-metanote)
|
||||
|
||||
;; q for org-ql
|
||||
(general-def
|
||||
:prefix "C-c q"
|
||||
"s" 'org-ql-search
|
||||
"v" 'org-ql-view)
|
||||
"m" 'my-denote-open-metanote
|
||||
"q" 'org-ql-search)
|
||||
|
||||
;; j for journal
|
||||
(general-def
|
||||
@@ -237,8 +232,8 @@
|
||||
"M-g i" 'consult-outline
|
||||
"M-g M-i" 'consult-outline
|
||||
"C-c t l" 'org-toggle-link-display
|
||||
"M-{" 'org-previous-visible-heading
|
||||
"M-}" 'org-next-visible-heading
|
||||
"M-{" 'backward-paragraph
|
||||
"M-}" 'forward-paragraph
|
||||
"C-," 'crux-duplicate-current-line-or-region
|
||||
"C-c o l" 'denote-link
|
||||
"C-c o L" 'denote-org-link-to-heading
|
||||
|
||||
Reference in New Issue
Block a user