From 62fb58b3930c49993debee42a6bb9d33124bda99 Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sat, 15 Aug 2020 14:52:15 +0200 Subject: [PATCH] dotfiles --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8c157ba..349d539 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -2,6 +2,8 @@ set -g base-index 1 set -s escape-time 0 set -g prefix C-a #set -g terminal-overrides 'xterm*:smcup@:rmcup@' +bind C-a send-prefix +unbind C-b unbind % bind | split-window -h bind - split-window -v