configs  Artifact [e228fb2ee0]

Artifact e228fb2ee054b1ae1b0ed8c87ee69c5aaee416e65389974c470404ffa955684b:


set -g default-terminal screen-256color
set -g mouse on
setw -g mode-keys vi
set -g escape-time 0
set -g status-style bg=colour233,fg=colour25
set -g status-left "#[fg=colour52]#S "
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 c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"