aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
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/.tmux.conf
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/.tmux.conf')
-rw-r--r--tmux/.tmux.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
deleted file mode 100644
index c66309a..0000000
--- a/tmux/.tmux.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-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