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
Define a more specefic keymap to prevent the command from running in any other scope but less files. it's just a best practice in ST plugin dev.
[ { "keys": ["ctrl+alt+l"], "command": "list_less_variables", "context": [{ "key": "selector", "operator": "regex_contains", "operand": "less" }] } ]
The text was updated successfully, but these errors were encountered:
ctrl+alt+l = switch session on linux
otherwise good idea, ty for opening this issue, i might add it for my own purpose (the operand thing)
Sorry, something went wrong.
Ok in fact I tested the above and it doesn't work (key is not doing anything)
No branches or pull requests
Define a more specefic keymap to prevent the command from running in any other scope but less files. it's just a best practice in ST plugin dev.
The text was updated successfully, but these errors were encountered: