From 894a1bf1ac8f2a3a79992ae8c021a857258d7efd Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 25 Mar 2020 08:29:34 +0100 Subject: [PATCH] tmux: Do not delay esc --- dotfiles/tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/tmux/.tmux.conf b/dotfiles/tmux/.tmux.conf index 5306fff..242c953 100644 --- a/dotfiles/tmux/.tmux.conf +++ b/dotfiles/tmux/.tmux.conf @@ -5,6 +5,9 @@ set -g default-terminal "xterm-256color" set-window-option -g xterm-keys on +# Pass escape immediately to vim +set -sg escape-time 0 + # Copy to X11 clipboard bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard' -- 2.30.2