and again

This commit is contained in:
Dennis Schoepf 2026-01-10 23:05:18 +01:00
parent 805060dd52
commit 1923debf71
2 changed files with 3 additions and 2 deletions

View file

@ -60,7 +60,7 @@
end end
''; '';
sessionizer = /* fish */ '' sessionizer = /* fish */ ''
set -l selected (dev_projects | command fzf \ set -l selected (dev_projects | fzf \
--prompt "Create/switch to session: " \ --prompt "Create/switch to session: " \
--header " Ctrl-d: Kill Session " \ --header " Ctrl-d: Kill Session " \
--bind "ctrl-d:execute(tmux kill-session -t {1})++reload(dev_projects)") --bind "ctrl-d:execute(tmux kill-session -t {1})++reload(dev_projects)")

View file

@ -37,10 +37,11 @@
extraConfig = '' extraConfig = ''
set -g status-position top set -g status-position top
set -g status-style bg=#1d202f,fg=white set -g status-style bg=#1d202f,fg=white
set -g status-left "" set -g status-left " "
set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H " set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H "
set -g window-status-current-style bg=default,fg=magenta,bold set -g window-status-current-style bg=default,fg=magenta,bold
set-window-option -g window-status-format "[#I] #W#F" set-window-option -g window-status-format "[#I] #W#F"
set-window-option -g window-active-status-format "[#I] #W#F"
set -g pane-border-style fg=gray set -g pane-border-style fg=gray
set -g pane-active-border-style fg=magenta set -g pane-active-border-style fg=magenta