From 874fa62b01dd21cc26e17a3ce742996a8450645e Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Wed, 24 Jul 2019 20:25:23 +0700 Subject: Updated spacemacs, nvim and gopath --- tmux/.tmux.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux') 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 -- cgit v1.2.3