From f407a03ddbb46dc52a8c0ec7364635ec38822563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Sun, 11 Oct 2015 09:17:25 +0200 Subject: [PATCH] use ctrl-a as prefix in tmux --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 69d04045..a8483852 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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