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
It will be useful to mention how to disable disturbing key bindings.
Example: To disable toggle_overwrite on macOS add { "keys": ["super+alt+o"], "command": "noop" } in your key map.
toggle_overwrite
{ "keys": ["super+alt+o"], "command": "noop" }
It must be in the section Key Bindings.
The text was updated successfully, but these errors were encountered:
Technically the "noop" command just doesn't exist, but iirc you can't bind empty commands either, so this is probably your best bet.
It will probably be added but with more context to explain why.
Sorry, something went wrong.
No branches or pull requests
It will be useful to mention how to disable disturbing key bindings.
Example:
To disable
toggle_overwrite
on macOS add{ "keys": ["super+alt+o"], "command": "noop" }
in your key map.It must be in the section Key Bindings.
The text was updated successfully, but these errors were encountered: