You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 🤔
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
The text was updated successfully, but these errors were encountered: