With the cursor on an empty line the “indent” command will no longer move the cursor like the tab-key will.
I have mapped a key combination to the “indent” command and before the latest update I would use this shortcut instead of tab to move the cursor to the correct indentation. This worked fine on any line even empty ones. However with the new update I can no longer use my shortcut to indent an empty line.
My keymap entry is like this:
{ "keys": ["alt+o"], "command": "indent" }
Best regards
B. Svanberg