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
{{ message }}
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
What makes shortcuts really hard to implement is interfering with system shortcuts. Even knowing which system uses what shortcut is hard. With browsers (Chrome) on Mac, Cmd + 1/2/3 switches between the first three tabs open. So that wouldn't work.
Agreed. I think in the long all shortcuts (global and extension-specific) need to be configurable. I envision something along the lines of how Visual Studio Code has a configuration file for this.
I suggest adding simple shortcuts to switch between Edit, Split and Preview.
Mac:
CMD + 1: Edit
CMD + 2: Split
CMD + 3: Preview
Linux/Windows:
CTRL + 1: Edit
CTRL + 2: Split
CTRL + 3: Preview
The text was updated successfully, but these errors were encountered: