aboutsummaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-19 17:22:07 +0100
committerYann Herklotz <git@yannherklotz.com>2020-08-19 17:22:07 +0100
commit31d4d690b69b844f319fd0dcb15cb0e0f6511217 (patch)
treeb58c2857e7dcdcfd0f27fbe82bec36446c263f7d /tmux
parentb60f9d79638294d21902825996191d78e8ff9211 (diff)
downloaddotfiles-31d4d690b69b844f319fd0dcb15cb0e0f6511217.tar.gz
dotfiles-31d4d690b69b844f319fd0dcb15cb0e0f6511217.zip
Add changes on archlinux
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf45
1 files changed, 3 insertions, 42 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 4205194..eb75685 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -1,44 +1,5 @@
-set -g assume-paste-time 1
-set -g base-index 0
-set -g bell-action any
-set -g default-command ""
-set -g default-shell "/usr/bin/zsh"
set -g default-terminal "screen-256color"
-set -g destroy-unattached off
-set -g detach-on-destroy on
-set -g display-panes-active-colour red
-set -g display-panes-colour blue
-set -g display-panes-time 1000
-set -g display-time 750
-set -g history-limit 2000
-set -g key-table "root"
-set -g lock-after-time 0
-set -g lock-command "lock -np"
-set -g message-command-style fg=yellow,bg=black
-set -g message-style fg=black,bg=yellow
+
+set -g status-bg magenta
+set -g status-fg white
set -g prefix C-o
-set -g prefix2 None
-set -g renumber-windows off
-set -g repeat-time 500
-set -g set-titles off
-set -g set-titles-string "#S:#I:#W - "#T" #{session_alerts}"
-set -g status on
-set -g status-interval 15
-set -g status-justify left
-set -g status-keys vi
-set -g status-left "[#S] "
-set -g status-left-length 10
-set -g status-left-style default
-set -g status-position bottom
-set -g status-right " "#{=21:pane_title}" %H:%M %d-%b-%y"
-set -g status-right-length 40
-set -g status-right-style default
-set -g status-style fg=black,bg=green
-set -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
-set -g visual-activity off
-set -g visual-bell off
-set -g visual-silence off
-set -g word-separators " -_@"
-set -g mouse on
-set -g set-clipboard external
-bind -T root MouseUp2Pane paste