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

Changing prefix to <C-s> works but <C-a> continues to be another prefix even after unbind #727

Closed
amit-raut opened this issue Mar 4, 2024 · 1 comment

Comments

@amit-raut
Copy link

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

# 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!

@amit-raut
Copy link
Author

Simply forgot to remove comment for. My bad

set -gu prefix2

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

2 participants