use ctrl-a as prefix in tmux
This commit is contained in:
parent
546d75274d
commit
f407a03ddb
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
set -g mode-mouse on
|
set -g mode-mouse on
|
||||||
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
||||||
|
set -g prefix C-a # prefix from ctrl-b to ctrl-a
|
||||||
|
unbind C-b # free ctrl-b to be used by programs inside tmux
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue