From a1ebb893f6ca81ed4432e26dc4f9af8457961a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Mon, 12 Oct 2015 17:54:47 +0300 Subject: [PATCH] add tmux.conf --- tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..f6cb6c6 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,10 @@ +# Remap prefix to ctrl + a +set -g prefix C-a +unbind C-b +bind C-a send-prefix + +unbind r +bind r source-file ~/.tmux.conf + +unbind ^A +bind ^A select-pane -t :.*