rpeshkov / vscode-text-tables

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

Rows/columns insert/delete #15

Open rpeshkov opened 6 years ago

rpeshkov commented 6 years ago

Add commands for inserting/deleting rows/columns.

In Emacs it's done via following shortcuts: Insert row: M-S-Down Delete row: M-S-Up Insert column: M-S-Right Delete column: M-S-Left

For showcase refer to wiki

huyz commented 1 year ago

I did find commands for moving columns and rows. I figure these operations involve insert and deletion. Yet, I can't find the commands for insert/delete. 🤔