configs  Artifact [df3a802d63]

Artifact df3a802d63891d9180fe16e692999b93dbe7dba64582ce94cfe2ddaa3230c48a:

  • File tmux.conf — part of check-in [f1c8eeec76] at 2019-08-22 08:15:21 on branch trunk — Update tmux config for 2.9 (user: js size: 631)
  • File tmux/tmux.conf — part of check-in [f904a2dee2] at 2020-02-26 21:49:49 on branch trunk — Make tmux use XDG basedir - somewhat (user: js size: 631)

set -g default-terminal screen-256color
setw -g mode-keys vi
set -g status-style bg=colour233,fg=colour25
set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉ "
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
set -w -g window-status-current-style fg=colour39,bg=colour236
set -w -g window-status-bell-style fg=colour233,bg=colour124
bind -r C-h select-pane -L
bind -r C-j select-pane -D
bind -r C-k select-pane -U
bind -r C-l select-pane -R
bind -r M-h resize-pane -L
bind -r M-j resize-pane -D
bind -r M-k resize-pane -U
bind -r M-l resize-pane -R
set -ag terminal-overrides ",*:XT@"