rpeshkov / vscode-text-tables

VSCode extension that brings the power of Emacs table editing
MIT License
38 stars 14 forks source link

Implement org-table-next-row emacs command #30

Closed rpeshkov closed 6 years ago

rpeshkov commented 6 years ago

In Emacs' org-mode there's command org-table-next-row that moves cursor to the next row or inserts new row if cursor is on last row of table. When new row inserted, cursor moves on this row, but stays in the same column.

Command is bind on Enter key.

In this extension same command should be introduced. As a shortcut Enter should be used, but it should work only in table mode.