addet some tweaks

This commit is contained in:
pika 2025-03-27 13:05:01 +01:00
parent 01898f5cbf
commit 7dc0d3133a

View file

@ -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 >────────────────────────────────────────────