dotfiles

My configuration files.
Log | Files | Refs | README

commit 22e31668363ffd470db17d55b8eb6ba2251791af
parent 2a9a0f7cebcd9af44327dc62ccff7fd1657df943
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Tue, 11 Jan 2022 15:33:27 +0100

Remove escape key delay

Diffstat:
Mtmux/.config/tmux/tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -3,6 +3,7 @@ set -g prefix C-a bind a send-prefix bind C-a last-window +set -sg escape-time 1 set -g base-index 1 bind | split-window -h