.tmux: Unbind C-a via .tmux.conf.local

Created on 31 Jan 2017  路  4Comments  路  Source: gpakosz/.tmux

Hi,
How can I disable the GNU-Screen compatible prefix via .tmux.conf.local?
Thanks

tmux support

Most helpful comment

set -gu prefix2
unbind C-a

All 4 comments

set -gu prefix2
unbind C-a

Thanks!

I tried to use those settings to disable C-a prefix on tmux 1.9 (on a server, which means I can't upgrade my tmux version), and I get the following:

Can't unset global option: prefix2.

How can I do?

I'm sorry this configuration doesn't support tmux 1.9.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

eluft84 picture eluft84  路  8Comments

willheryanto picture willheryanto  路  4Comments

obitech picture obitech  路  4Comments

magostinelli picture magostinelli  路  6Comments

nick-bull picture nick-bull  路  8Comments