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
Thank you for amazing tmux script. I really like it.
I would like to know if I can change the prefix to C-s and unbind C-a completely.
I used following in .config/tmux/tmux.conf.local and I can confirm C-b is no longer prefix but C-s and C-a still work as prefix
.config/tmux/tmux.conf.local
# replace C-b by C-a instead of using both prefixes # set -gu prefix2 unbind C-a unbind C-b set-option -g prefix C-s bind-key C-s send-prefix
Please let me know if I need to make additional changes to remove C-a from being the prefix. Thanks!
The text was updated successfully, but these errors were encountered:
Simply forgot to remove comment for. My bad
set -gu prefix2
Sorry, something went wrong.
No branches or pull requests
Thank you for amazing tmux script. I really like it.
I would like to know if I can change the prefix to C-s and unbind C-a completely.
I used following in
.config/tmux/tmux.conf.local
and I can confirm C-b is no longer prefix but C-s and C-a still work as prefixPlease let me know if I need to make additional changes to remove C-a from being the prefix. Thanks!
The text was updated successfully, but these errors were encountered: