lang/org: make TAB keybind dwim; including yas-expand
This commit is contained in:
parent
335d9c27a9
commit
5402521647
2 changed files with 12 additions and 4 deletions
|
@ -239,7 +239,7 @@
|
|||
:i "C-e" 'org-end-of-line
|
||||
:i "C-a" 'org-beginning-of-line
|
||||
|
||||
:i "<tab>" '+org/indent-or-next-field
|
||||
:i "<tab>" '+org/indent-or-next-field-or-yas-expand
|
||||
:i [S-iso-lefttab] '+org/dedent-or-prev-field ; for GNU Emacs
|
||||
:i [(shift tab)] '+org/dedent-or-prev-field
|
||||
:i [backtab] '+org/dedent-or-prev-field
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue