diff options
Diffstat (limited to '.config/tmux')
| -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 |
