mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Fix M-RET in 'markdown-ts-in-table-mode-map'
* lisp/textmodes/markdown-ts-mode.el (markdown-ts-in-table-mode-map): Map 'M-RET' to 'markdown-ts-table-insert-row-below' (bug#81196).
This commit is contained in:
parent
c244314974
commit
b8fa2243ea
1 changed files with 1 additions and 0 deletions
|
|
@ -5135,6 +5135,7 @@ commands in a table context."
|
|||
:menu nil
|
||||
"<return>" #'markdown-ts-table-next-row
|
||||
"S-<return>" #'markdown-ts-table-previous-row
|
||||
"M-RET" #'markdown-ts-table-insert-row-below
|
||||
"<tab>" #'markdown-ts-table-next-cell
|
||||
"<backtab>" #'markdown-ts-table-previous-cell
|
||||
"M-<up>" #'markdown-ts-table-move-row-up
|
||||
|
|
|
|||
Loading…
Reference in a new issue