From 01db1cbdbd37e4470c53ca2a8fdcdb4d7629ee24 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 27 Nov 2020 10:01:51 +0100 Subject: [PATCH] getting rid of arrow keys --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8a5d346..38596b9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,7 @@ set -g base-index 1 set -g renumber-windows on set -g set-titles on set -g mouse off +set -sg escape-time 0 setw -g aggressive-resize on setw -g automatic-rename on