fix fix fix fix

This commit is contained in:
Dennis Schoepf 2026-01-10 21:54:37 +01:00
parent 345840360e
commit 6eb023b1f1
2 changed files with 9 additions and 1 deletions

View file

@ -226,6 +226,7 @@
set fish_cursor_default block blink
fish_vi_key_bindings insert
fish_vi_cursor xterm
setup_winterly_theme_colors
setup_env

View file

@ -37,6 +37,13 @@
}
];
extraConfig = ''
set -s escape-time 0
set -g status-position top
set -g status-style bg=default,fg=white
set -g status-left '#[bg=magenta,fg=white]#I#[bg=default, fg=white]:#P'
set -g status-right '#[bg=default,fg=magenta]>> #S'
unbind %
bind "|" split-window -h
unbind '"'
@ -57,7 +64,7 @@
bind ? list-keys -a
unbind s
bind s tmux_sessionizer
bind s run-shell "tmux-sessionizer"
unbind v
bind v choose-tree -Zw "join-pane -t '%%'"