rpeshkov / vscode-text-tables

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

Rows/columns moving #13

Closed rpeshkov closed 6 years ago

rpeshkov commented 6 years ago

In Emacs it's possible to move rows and columns of table via shortcuts:

Move column left: M-Left Move column right: M-Right Move row down: M-Down Move row up: M-Up

While default VSCode shortcuts for moving rows via M-Up and M-Down fit quite good for this purpose, additional check should be done that we don't move row outside of table.

For showcase, refer to wiki