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
Currently Sublime only allows user settings to entirely overwrite the default settings.
This means that if the user wants to specify a few aliases they will remove all the helpful defaults. Which is typically not what they want.
They could copy it, but then it would become out of sync as we add new ones.
We should find a way to allow user aliases to overwrite individual aliases instead of the entire aliases object.
The text was updated successfully, but these errors were encountered:
Great point. Super easy to do also! I will have a PR up soon
Sorry, something went wrong.
ganemone
No branches or pull requests
Currently Sublime only allows user settings to entirely overwrite the default settings.
This means that if the user wants to specify a few aliases they will remove all the helpful defaults. Which is typically not what they want.
They could copy it, but then it would become out of sync as we add new ones.
We should find a way to allow user aliases to overwrite individual aliases instead of the entire aliases object.
The text was updated successfully, but these errors were encountered: