ansible-role-ericomeehan/files/tmux.conf
2024-08-08 11:17:26 -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