diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf new file mode 100644 index 0000000..5c79d8e --- /dev/null +++ b/tmux/.config/tmux/tmux.conf @@ -0,0 +1,5 @@ +set -g mouse on +set-option -g status-position top +set-option -g status-right "" +set-option -g status-style "none" +set-window-option -g window-status-current-style "fg=green" \ No newline at end of file