chore: update to latest

This commit is contained in:
2026-06-10 07:19:09 -07:00
parent 89d93bd0b4
commit 951753d32d
6 changed files with 22 additions and 17 deletions
+5 -2
View File
@@ -20,7 +20,7 @@ unbind C-a
unbind C-b
set -g prefix C-a
bind-key C-a last-window
bind C-a last-window
set -g terminal-overrides 'xterm*:smcup@:rmcup@' # enable native xterm scrolling where available
@@ -37,7 +37,7 @@ set -g mouse on
set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
new-session # always create a session (can always `tmux a`)
# new-session # always create a session (can always `tmux a`)
set -g status on
set -g status-interval 15
@@ -51,3 +51,6 @@ set -g status-right "#[fg=colour235,bg=colour237,nobold,nounderscore,noitalics]
set -g status-right-length 100
set -g status-right-style default
set -g status-style fg=black,bg=colour237
bind h display-popup -T "htop" -E -w 90% -h 90% "htop"
bind g display-popup -T "lazygit" -E -w 90% -h 90% "cd #{pane_current_path} && lazygit"