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 has been archived by the owner on Dec 15, 2022. It is now read-only.
Would it be theoretically possible to do something like this for example…
'.platform-darwin atom-workspace atom-text-editor':'key-s':'some:command''&:not([mini])':# or .parent-class & or &.another-child-class'key-z':'another:command'
It would be possible, but I'm not inclined to add complexity to this component for the time being. We'd like to add a better UI for defining key bindings at some point in the future which could build on the existing data format, and I'm concerned that complicating it could make that more difficult.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Would it be theoretically possible to do something like this for example…
rather than…
It would do wonders for the maintainability of large config files like the keymap (or snippets for example).
The text was updated successfully, but these errors were encountered: