summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-25 21:34:33 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-04-25 21:34:33 +0100
commit5e3382ae6e02ca80134efbfd56b3abe261473e35 (patch)
tree6aecf38bd5697eea2bfa83c7b2deb272b7b62995 /tmux.conf
parent68e438f89368fc43f02a087c8ba12f7967ba130e (diff)
Various changes
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index 15e5c1a..577b997 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -4,8 +4,8 @@ set -g mouse-resize-pane on
set -g mouse-select-pane on
unbind C-b
-set -g prefix C-Space
-bind Space send-prefix
+set -g prefix C-s
+bind s send-prefix
unbind r
bind r source-file ~/.tmux.conf