diff options
author | David Robillard <d@drobilla.net> | 2022-02-28 16:33:38 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-02-28 16:33:38 -0500 |
commit | 69d4a6b71f1816f980456a731d404b2c2a98c6c4 (patch) | |
tree | 998c95c8b81a7148a38f55ce1224e06e6df1a1be /tmux | |
parent | 168d93ff2ab0beae78a00ed840a2620e4adfbc12 (diff) | |
download | dotfiles-69d4a6b71f1816f980456a731d404b2c2a98c6c4.tar.gz dotfiles-69d4a6b71f1816f980456a731d404b2c2a98c6c4.tar.bz2 dotfiles-69d4a6b71f1816f980456a731d404b2c2a98c6c4.zip |
Remove now-unknown options from tmux configuration
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 2612405..9cea3df 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,3 @@ -set -g status-utf8 on -set -g utf8 on - set -g default-terminal "screen-256color" set -g status-bg colour235 |