2026-03-20 00:07:21 -05:00
|
|
|
set -g status on
|
|
|
|
|
bind b last-window
|
|
|
|
|
bind C-b last-window
|
|
|
|
|
|
|
|
|
|
bind | split-window -h -c "#{pane_current_path}"
|
|
|
|
|
bind - split-window -v -c "#{pane_current_path}"
|
2026-02-04 21:44:58 -06:00
|
|
|
unbind '"'
|
|
|
|
|
unbind %
|
|
|
|
|
|
2026-03-20 00:07:21 -05:00
|
|
|
bind c new-window
|
|
|
|
|
bind h select-pane -L
|
|
|
|
|
bind j select-pane -D
|
|
|
|
|
bind k select-pane -U
|
|
|
|
|
bind l select-pane -R
|
2026-02-04 21:44:58 -06:00
|
|
|
|
|
|
|
|
set -g base-index 1
|
|
|
|
|
setw -g pane-base-index 1
|
|
|
|
|
|
|
|
|
|
bind r source-file ~/.config/tmux/tmux.conf
|
|
|
|
|
|
|
|
|
|
set -g mouse on
|
|
|
|
|
|
|
|
|
|
set -g status on
|
2026-03-21 23:10:54 -05:00
|
|
|
set -g status-style bg=colour235,fg=brightblack
|
2026-02-04 21:44:58 -06:00
|
|
|
set -g status-left-length 50
|
|
|
|
|
set -g status-right-length 50
|
2026-03-20 00:07:21 -05:00
|
|
|
|
|
|
|
|
{{- if has "phone" .class }}
|
2026-03-21 22:48:32 -05:00
|
|
|
set -g status-position top
|
|
|
|
|
set -g status-justify left
|
|
|
|
|
set -g status-interval 15
|
2026-03-21 23:10:54 -05:00
|
|
|
set -g status-left "#[fg=blue,bold]#S#[fg=brightblack,bg=colour235] ⧽ "
|
|
|
|
|
set -g status-right "#[fg=brightblack,bg=colour235]⧼ %Y-%m-%d"
|
2026-03-20 00:07:21 -05:00
|
|
|
{{- else }}
|
2026-03-21 22:48:32 -05:00
|
|
|
set -g status-position bottom
|
|
|
|
|
set -g status-justify centre
|
2026-03-20 00:07:21 -05:00
|
|
|
set -g status-interval 1
|
2026-03-21 22:48:32 -05:00
|
|
|
set -g status-left "#[fg=colour33,bg=colour235] #h ⧽ "
|
|
|
|
|
set -g status-right "#[bg=colour235,fg=colour136] ⧼ %a ⧼ %H:%M:%S ⧼ %Y-%m-%d "
|
2026-03-20 00:07:21 -05:00
|
|
|
{{- end }}
|
2026-02-04 21:44:58 -06:00
|
|
|
|
|
|
|
|
set -g window-status-format "#[fg=cyan]#I:#W#F"
|
|
|
|
|
set -g window-status-current-format "#[fg=black,bg=cyan]#I#[fg=black,bg=cyan,nobold,noitalics,nounderscore]:#[fg=black,bg=cyan]#W#F"
|
|
|
|
|
set -g window-status-separator " "
|
|
|
|
|
|
|
|
|
|
set -g pane-border-style bg=default,fg=brightblack
|
|
|
|
|
set -g pane-active-border-style bg=default,fg=blue
|
|
|
|
|
set -g display-panes-colour black
|
|
|
|
|
set -g display-panes-active-colour brightblack
|
|
|
|
|
setw -g clock-mode-colour cyan
|
|
|
|
|
set -g message-style bg=black,fg=cyan,bold
|
|
|
|
|
set -g message-command-style bg=black,fg=cyan,bold
|