.tmux: Unset secondary prefix?

Created on 6 Mar 2019  路  4Comments  路  Source: gpakosz/.tmux

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 :/

support

Most helpful comment

In your ~/.tmux.conf.local copy

set -gu prefix2
unbind C-a

should do it

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings