diff options
author | aktersnurra <grydholm@kth.se> | 2021-02-23 21:11:49 +0100 |
---|---|---|
committer | aktersnurra <grydholm@kth.se> | 2021-02-23 21:11:49 +0100 |
commit | 1aca2302cbd0015496f5a272f49bc45f56ebb54d (patch) | |
tree | 6b1cbb997130c99412a5e71fa242b7ae7628a1ff /.config/tmux/.tmux.conf | |
parent | 5b883c75e9d5bb93e635d798fd1aeb9ab8c8300a (diff) |
autoload files if changed when in buffer
Diffstat (limited to '.config/tmux/.tmux.conf')
-rw-r--r-- | .config/tmux/.tmux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/tmux/.tmux.conf b/.config/tmux/.tmux.conf index 1c4bfd8..8fdc640 100644 --- a/.config/tmux/.tmux.conf +++ b/.config/tmux/.tmux.conf @@ -4,7 +4,6 @@ set -g @plugin "arcticicestudio/nord-tmux" # Allows vim to display colors correctly. set -g terminal-overrides ',xterm-256color:Tc' -set -g default-terminal "screen-256color" set -as terminal-overrides ',xterm*:sitm=\E[3m' set -g status-position top # statusbar position |