org-evil
org-evil copied to clipboard
'org-evil-table-kill-row-to-end on last row adds new row
Using org-evil-table-kill-row-to-end (bound to D) at the end of a table will cause a new row to be inserted, for example:
| foo | bar |
(c)| baz | foobar |
(press D or run org-evil-table-kill-row-to-end)
| foo | bar |
(c)| | |
| | |
It doesn't matter where in the row this is done, it always produces the additional row.