From 37dd411698bd6eae8365260dde39b8ae9c7cbd36 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Sun, 30 Aug 2020 20:56:36 +0800 Subject: all: overhaul, move dotfile specifics to .local/share/dotfiles and more --- tmux/.config/tmux/tmux.conf | 16 ++++++++++++++++ tmux/.local/share/dotfiles/edit-config.d/tmux | 1 + tmux/.tmux.conf | 16 ---------------- 3 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 tmux/.config/tmux/tmux.conf create mode 120000 tmux/.local/share/dotfiles/edit-config.d/tmux delete mode 100644 tmux/.tmux.conf (limited to 'tmux') 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 diff --git a/tmux/.local/share/dotfiles/edit-config.d/tmux b/tmux/.local/share/dotfiles/edit-config.d/tmux new file mode 120000 index 0000000..bcc4e19 --- /dev/null +++ b/tmux/.local/share/dotfiles/edit-config.d/tmux @@ -0,0 +1 @@ +../../../../.config/tmux/tmux.conf \ No newline at end of file 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 -- cgit v1.2.3