Moved tmux config to the .config dir

This commit is contained in:
2026-05-08 09:26:42 +02:00
parent 25475767ed
commit 3e62cbc43c
2 changed files with 3 additions and 3 deletions
@@ -47,14 +47,14 @@ bind '\' split-window -v -l 35% -c "#{pane_current_path}"
bind j run-shell -b "~/.local/bin/tmux-toggle-term float"
bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu'
bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"'
bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf"'
## STATUS BAR ##################################################################
## Status bar design
set -g status-justify centre
set -g status-position top
set -g status-bg '#181616'
set -g status-bg '#191927'
set -g status-fg '#c5c9c5'
## Show PREFIX on right side when c-b