software-infrastructure/roles/ericomeehan.ericomeehan/files/tmux.conf
2024-07-08 12:26:06 -04:00

7 lines
201 B
Plaintext

bind '"' split-window -c "#{pane_current_path}"
bind '%' split-window -h -c "#{pane_current_path}"
set-option -g pane-active-border-style fg=black,bg=cyan
set-option -g status-style fg=black,bg=cyan