aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.config
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2020-08-30 20:56:36 +0800
committerPeter Son Struschka <me@peter-struschka.com>2020-08-30 20:58:04 +0800
commit37dd411698bd6eae8365260dde39b8ae9c7cbd36 (patch)
tree978dd6ea3e72a86e4a3e0314b86d5137fc394785 /tmux/.config
parenta1d6fc2f3e6ab041cc51cb085ac59a646a126d25 (diff)
downloaddotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.gz
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.bz2
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.lz
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.xz
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.zst
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.zip
all: overhaul, move dotfile specifics to .local/share/dotfiles and more
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
new file mode 100644
index 0000000..c66309a
--- /dev/null
+++ b/tmux/.config/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