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
like instead of value of key binding being a single action it should be multiple actions, exact format will be weird because we have already use array for action argument
One complexity I want to note is that async nature of many actions. For example triggering ["Format Buffer", "Save Buffer", "Close Buffer"] requires the creation of a silent "async wait" step between each of those. While other multi-action binds wouldn't necessarily need to wait ["Save Buffer", "Switch to Terminal"].
Check for existing issues
Describe the feature
using
workspace::SendKeystrokes
is a hack.If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: