mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: fix TAB in tty Emacs #1897
This commit is contained in:
@ -666,6 +666,7 @@ between the two."
|
||||
:n "[" nil
|
||||
|
||||
:map evil-org-mode-map
|
||||
:nv "TAB" #'org-cycle
|
||||
:ni [C-return] #'+org/insert-item-below
|
||||
:ni [C-S-return] #'+org/insert-item-above
|
||||
;; navigate table cells (from insert-mode)
|
||||
|
Reference in New Issue
Block a user