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 would be great if there was an option to chain multiple commands a bit like https://github.com/barthr/redo but only with a hotkey instead.
Suggestion of implementation:
Add a new hotkey Shift ⇧ Tab ↹ that selects entries instead of switching to edit mode.
Pressing the Return ↩ key would then chain the command like this:
command1; command2; command3;
or alternatively:
command1 && command2 && command3
The text was updated successfully, but these errors were encountered:
Cool idea!
Sorry, something went wrong.
I can take a look at this
No branches or pull requests
It would be great if there was an option to chain multiple commands a bit like https://github.com/barthr/redo but only with a hotkey instead.
Suggestion of implementation:
Add a new hotkey Shift ⇧ Tab ↹ that selects entries instead of switching to edit mode.
Pressing the Return ↩ key would then chain the command like this:
or alternatively:
The text was updated successfully, but these errors were encountered: