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

Feature request: option to disable the activator #21

Open
artalatarta opened this issue Feb 23, 2021 · 2 comments
Open

Feature request: option to disable the activator #21

artalatarta opened this issue Feb 23, 2021 · 2 comments

Comments

@artalatarta
Copy link

artalatarta commented Feb 23, 2021

Hi, could you add an option to disable the activator? I tried using CTRL+ activator + r to restart tasks, but having to push only ctrl + r would be a lot easier.

@rse
Copy link
Owner

rse commented Nov 4, 2021

Well, the activator key is intentionally used (similar to what Screen and TMUX do) as all keys are transparently passed-through to the sub-processes. I'm not convinced that it is a good idea to capture CTRL+r (or any other of the various STMUX keystrokes) directly instead of behind an activator keystroke. Hmmm.... perhaps instead of an option to entirely disable the activator key, it could be more reasonable to add an option for defining arbitrary keystroke macros. This way one could define CTRL+r to map onto CTRL++r without removing the activator "wall" for all other keys?

@artalatarta
Copy link
Author

I understand why you don't want to disable it. I think macros would be a great option because having to push ctrl + activator + r for example to restart webpack is super frustrating.

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

No branches or pull requests

2 participants