-narrowing binds for org mode
The normal 'z{nN}' binds are good enough for me.
This commit is contained in:
@@ -388,7 +388,6 @@ Setup the agenda-files and the org-directory.
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** Org keymap
|
*** Org keymap
|
||||||
- I like using org-export often, so bind it to a primary bind.
|
- I like using org-export often, so bind it to a primary bind.
|
||||||
- Narrowing is important and I use it often, so bind that to a prefix
|
|
||||||
- Loading latex fragments is nice
|
- Loading latex fragments is nice
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(map! ; Org keybinds
|
(map! ; Org keybinds
|
||||||
@@ -397,10 +396,6 @@ Setup the agenda-files and the org-directory.
|
|||||||
:localleader
|
:localleader
|
||||||
:desc "Org dispatch" "e" #'org-export-dispatch
|
:desc "Org dispatch" "e" #'org-export-dispatch
|
||||||
:desc "Org LaTeX" "E" #'org-latex-export-as-latex
|
:desc "Org LaTeX" "E" #'org-latex-export-as-latex
|
||||||
:desc "Load fragments" "L" #'org-latex-preview
|
|
||||||
(:prefix ("N" . "narrow")
|
|
||||||
:desc "Narrow to subtree" "n" #'org-narrow-to-subtree
|
|
||||||
:desc "Go out of narrow" "o" #'widen))
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Key-map
|
* Key-map
|
||||||
General keymap
|
General keymap
|
||||||
|
|||||||
Reference in New Issue
Block a user