From d5e87dba70943e982360982ce5cda2b6d8a6633d Mon Sep 17 00:00:00 2001 From: KK Date: Sun, 28 Jun 2026 23:16:28 +0200 Subject: [PATCH] pi config for tmux --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 0f26360..e4ad6f1 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,8 +1,8 @@ # ~/.config/tmux/tmux.conf # Enable extended key reporting for terminals/apps that support it. -# set -g extended-keys on -# set -g extended-keys-format csi-u +set -g extended-keys on +set -g extended-keys-format csi-u # To fix ctrl-b + direction (hjkl) switching pane multiple times after hitting the direction again set-option -g repeat-time 150