diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-10T21·21-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-10T21·21-0500 |
commit | 662c668c486d257c8d97ff839bd5c63f337d1f85 (patch) | |
tree | 1fb05827a0ec4ed03f8e5ba9dfe0ffb7d86d7d42 /configs | |
parent | ccb74054beedeecd7ecade402f42ef3b3215e47d (diff) |
Changes default-terminal value according to tmux FAQ
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.tmux.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf index e3178acbf4a1..59568dfcb59c 100644 --- a/configs/.tmux.conf +++ b/configs/.tmux.conf @@ -1,5 +1,3 @@ -set -g default-terminal "screen-256color" - source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme" @@ -19,5 +17,5 @@ bind % split-window -c "#{pane_current_path}" bind '"' split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" -set -g default-terminal "screen-256color-italic" +set -g default-terminal "tmux" |