From 23493a7a1e92fa40cc088a612de699f456b72898 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 15 Apr 2018 11:05:22 +0200 Subject: [PATCH] [tmux] use C-Space instead of C-A as prefix --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index a7e7872..adae1d7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,7 +2,7 @@ # Key bindings # unbind C-b -set -g prefix C-a +set -g prefix C-Space bind | split-window -h bind < split-window -h # | without shift on german keyboard @@ -12,7 +12,6 @@ bind X kill-window bind r source-file ~/.tmux.conf bind . next-window bind , previous-window -bind a send-key C-a # for nested tmux sessions bind n command-prompt 'rename-window %%' bind N command-prompt 'rename-session %%' bind h select-pane -L