From 9c420310050e4818c85b71b3063995dff1851513 Mon Sep 17 00:00:00 2001 From: Meutel Date: Thu, 28 Apr 2016 17:57:46 +0200 Subject: [PATCH] tmux: Prefix Ctrl+A => Ctrl+espace --- _tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_tmux.conf b/_tmux.conf index 8cd91e5..5e98a79 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -1,4 +1,7 @@ -set -g prefix C-a +unbind C-b +set -g prefix C-Space +bind Space copy-mode +bind C-Space copy-mode set -g default-terminal "screen-256color" # Bindings for vertical + horizontal splits