dotconf/private_dot_config/private_tmux/private_tmux.conf.tmpl

57 lines
1.5 KiB
Cheetah
Raw Normal View History

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 %
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
2026-03-23 13:47:36 -05:00
set-window-option -g mode-keys vi
bind -Tcopy-mode-vi 'v' send -X begin-selection
bind -Tcopy-mode-vi 'y' send -X copy-selection-and-cancel
2026-02-04 21:44:58 -06:00
set -g status on
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-25 10:50:18 -05:00
set -g status-justify centre
2026-03-25 10:50:18 -05:00
set -g status-left "#[fg=colour32] [#S] p#D ⧽ "
{{- if has "phone" .class }}
2026-03-21 22:48:32 -05:00
set -g status-position top
2026-03-25 10:50:18 -05:00
set -g status-interval 60
set -g status-right "#[fg=colour136]⧼ %m-%d"
{{- else }}
2026-03-21 22:48:32 -05:00
set -g status-position bottom
set -g status-interval 1
2026-03-25 10:50:18 -05:00
set -g status-right "#[fg=colour136]⧼ %a ⧼ %H:%M:%S ⧼ %Y-%m-%d "
2026-03-21 23:17:21 -05:00
set -g default-command fish
{{- 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