From ec1b2d9eefa9e27d88893ef573443e9b11433cd5 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Thu, 23 Jul 2026 09:42:01 +0200 Subject: [PATCH] Ladeni tmux konfigurace --- conf/tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index b4f3963..69bccde 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -4,14 +4,15 @@ # mkdir -p $HOME/.config/tmux # curl https://git.fnet.cz/lachtan/get/raw/branch/master/conf/tmux.conf -o $HOME/.config/tmux/tmux.conf -# Searched in this oreder +# Searched in this oreder: # /etc/tmux.conf -# ~/.config/tmux/tmux.conf # ~/.tmux.conf +# ~/.config/tmux/tmux.conf # Extended keys (required for pi Shift+Enter etc.) set -g extended-keys on -set -g extended-keys-format csi-u +# requires tmux >= 3.4 +# set -g extended-keys-format csi-u # Prefix: Ctrl+a (like screen) unbind C-b