Is there a way to unset the secondary prefix C-a? In my .tmux.conf.local I tried:
unbind C-a
unset-option -g prefix2
But it's not working :/
In your ~/.tmux.conf.local copy
set -gu prefix2
unbind C-a
should do it
This has worked perfectly. Thank you so much for the quick support!
@gpakosz This isn't working on tmux 3.0a. Any idea how to proceed there?
Hello @andbuitra 馃憢
Nothing changed in tmux 3.0a in that respect. Please make sure your reloaded the configuration by hitting <prefix> + r
Most helpful comment
In your
~/.tmux.conf.localcopyshould do it