From ee78b8ac007fbd7c60e40a895f9dfb5124992c21 Mon Sep 17 00:00:00 2001 From: koehr Date: Sun, 10 Dec 2017 14:40:41 +0100 Subject: [PATCH] set tmux escape key time --- dot.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dot.tmux.conf b/dot.tmux.conf index 9070f61..a58d9df 100644 --- a/dot.tmux.conf +++ b/dot.tmux.conf @@ -1,5 +1,6 @@ set -g default-terminal "st-256color" set -ga terminal-overrides ",st-256color:Tc" +set-option -ga escape-time 50 unbind C-b unbind C-a