Skip to content
New issue

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

Multiple commands for a keybinding #306

Open
adam-mcdaniel opened this issue Dec 8, 2019 · 3 comments
Open

Multiple commands for a keybinding #306

adam-mcdaniel opened this issue Dec 8, 2019 · 3 comments

Comments

@adam-mcdaniel
Copy link

It would be a really handy feature to add a Cmd::Multiple(Vec<Cmd>) enumeration for the Cmd enum so that multiple commands could be used in succession for a keybinding.

@gwenn
Copy link
Collaborator

gwenn commented Jan 9, 2020

WIP: #293
You will define a single Action but you will be able to invoke multiple commands like replxx.

@gwenn
Copy link
Collaborator

gwenn commented Mar 7, 2021

so should this be closed since #492 was merged?

No, #492 makes possible to put condition(s) on which command is executed depending on input state.
But still only one command can be executed.

@DanielRivasMD
Copy link

Is there any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants