diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-06-09 23:28:32 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-06-09 23:28:32 -0400 |
| commit | f27b7ae32b41da18de2d31d6e5f971883a6bcbac (patch) | |
| tree | d7000cf642ab4e49850ac2d908c66f45a8225d20 | |
| parent | 3b170f87ac163b68ca4c08e4bee1fe7e37c50894 (diff) | |
added tmux config
| -rw-r--r-- | .config/tmux/tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..2d25dd9 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,5 @@ +# set -g status-position top +# set -g status-style 'bg=purple' +set -g status off + +bind r source-file ~/.config/tmux/tmux.conf |
