diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/.tmux.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..c66309a --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,16 @@ +run-shell "powerline-daemon -q" +source "/usr/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf" + +#setw -g utf8 on +setw -g xterm-keys on +set -g default-terminal "screen-256color" + +set-option -g set-titles on +set-option -g set-titles-string '[#S:#I #H] #W' + +# auto-set window title +setw -g automatic-rename +setw -g aggressive-resize on + + +set -g history-limit 10000 |
