From f123e0261a67d93cf7f3186c9164de93f3640dcf Mon Sep 17 00:00:00 2001 From: "M.R. Firmansyah" Date: Tue, 24 Sep 2024 22:26:28 +0700 Subject: [PATCH] Add 'tmux/' --- tmux/.config/tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tmux/.config/tmux/tmux.conf 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