lang/org: fix TAB in tty Emacs #1897

This commit is contained in:
Henrik Lissner 2019-10-13 14:48:48 -04:00
parent f1324172d3
commit 25acbd29d5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)