use ctrl-a as prefix in tmux

This commit is contained in:
Cyryl Płotnicki-Chudyk 2015-10-11 09:17:25 +02:00
parent 546d75274d
commit f407a03ddb

View file

@ -1,3 +1,5 @@
set -g mode-mouse on
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