Use case or problem
I have set the Move line up command to Alt + ↑ (same as in Visual Studio Code) and it is really useful for moving list items around.
Recently I needed to add more data to each entry and tried to use a table, it works but is quite clunky to be dragging rows around, luckily there is a Table: Move row up command. I set it to Alt + ↑ once more but that conflicts with the Move line up, and does not work.
Proposed solution
- A new command for both Move line up and Table: Move row up, something like Move block up?
- Allowing conflicting hotkeys, as a special case here, or just anywhere.
Current workaround
Using different modifiers for each action (eg. Alt and Ctrl)