This commit is contained in:
Dennis Schoepf 2026-01-10 22:09:21 +01:00
parent 4bd12f8b64
commit 0e1ee00845

View file

@ -37,8 +37,6 @@
}
];
extraConfig = ''
set -s escape-time 0
set -g status-style bg=default,fg=white
set -g status-right '#[bg=default,fg=magenta]>> #S'
@ -47,7 +45,7 @@
unbind '"'
bind - split-window -l 30 -v
bind r source-file ~/.config/tmux/tmux.conf \; display "Config reloaded!"
bind r source-file ~/.config/tmux/tmux.conf
bind h select-pane -L
bind j select-pane -D
@ -62,7 +60,7 @@
bind ? list-keys -a
unbind s
bind s run-shell "tmux-sessionizer"
bind s run-shell "tmux_sessionizer"
unbind v
bind v choose-tree -Zw "join-pane -t '%%'"