From 7dc0d3133a0e18d3848bf40016ee30ce49856939 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 27 Mar 2025 13:05:01 +0100 Subject: [PATCH] addet some tweaks --- .tmux.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 1cfb720..31eb800 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -5,6 +5,8 @@ # ─< Enable 256 color support for tmux >────────────────────────────────────────────────── set-option -sa terminal-overrides ",xterm-256color*:Tc" +set -s escape-time 3 + # ─< Enable mouse support (for scrolling, resizing, etc.) >─────────────────────────────── set -g mouse on @@ -15,9 +17,12 @@ unbind C-b set -g prefix C-Space bind C-Space send-prefix bind h copy-mode + +set -g status-keys vi +# ─< set v for starting selection in copy mode >────────────────────────────────────────── bind -T copy-mode-vi v send -X begin-selection -# Reload tmux configuration without restarting tmux +# ─< Reload tmux configuration without restarting tmux >────────────────────────────────── bind r source-file ~/.tmux.conf \; display-message "Config reloaded!" # ─< Use C-h and C-l to switch between panes >──────────────────────────────────────────── @@ -40,16 +45,16 @@ set-option -g renumber-windows on # set -g status-right '#{prefix_highlight} | 󰃭 %d.%m.%Y |  %H:%M' # prompt to display when tmux prefix key is pressed -set -g @mode_indicator_prefix_prompt ' 󱙝 ' +set -g @mode_indicator_prefix_prompt ' 󱙝 ' # prompt to display when tmux is in copy mode -set -g @mode_indicator_copy_prompt '  ' +set -g @mode_indicator_copy_prompt '  ' # prompt to display when tmux has synchronized panes -set -g @mode_indicator_sync_prompt '  ' +set -g @mode_indicator_sync_prompt '  ' # prompt to display when tmux is in normal mode -set -g @mode_indicator_empty_prompt ' 󰊠 ' +set -g @mode_indicator_empty_prompt ' 󰊠 ' # style values for prefix prompt set -g @mode_indicator_prefix_mode_style 'bg=#fe8019,fg=#1d2021'