We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add default keymap file for Linux. It can be equal to the Windows version
The text was updated successfully, but these errors were encountered:
/* Style token keyboard shortcuts */ { "keys": ["ctrl+w", "1"], "command": "token_style", "args" : {"style_index" : 0 } }, { "keys": ["ctrl+w", "2"], "command": "token_style", "args" : {"style_index" : 1 } }, { "keys": ["ctrl+w", "3"], "command": "token_style", "args" : {"style_index" : 2 } }, { "keys": ["ctrl+w", "4"], "command": "token_style", "args" : {"style_index" : 3 } }, { "keys": ["ctrl+w", "5"], "command": "token_style", "args" : {"style_index" : 4 } }, { "keys": ["ctrl+w", "7"], "command": "token_style_go", "args" : {"style_index" : 1 } }, { "keys": ["ctrl+w", "8"], "command": "token_style_clear", "args" : {"style_index" : 1 } }, { "keys": ["ctrl+w", "w"], "command": "token_style_clear" }, { "keys": ["ctrl+\\"], "command": "token_style_go" }, { "keys": ["ctrl+shift+\\"], "command": "token_style_go_back" }
I would like this too!
Sorry, something went wrong.
No branches or pull requests
Please add default keymap file for Linux. It can be equal to the Windows version
The text was updated successfully, but these errors were encountered: