aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-03-31 15:22:13 +0200
committerThomas Schmucker <ts@its1.de>2023-03-31 15:22:13 +0200
commit3bd5c5c7cb759e938dad4bf9434ee52d46d26680 (patch)
tree653f27f5a94565bc49c77350b9e059dc8559227f /tmux
parent74fd73196a645f092e285aeb178590f423df0401 (diff)
downloaddotfiles-3bd5c5c7cb759e938dad4bf9434ee52d46d26680.tar.gz
dotfiles-3bd5c5c7cb759e938dad4bf9434ee52d46d26680.tar.bz2
dotfiles-3bd5c5c7cb759e938dad4bf9434ee52d46d26680.zip
tagbar und mundo installiert
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 464d5bd..dba81bd 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,5 +1,6 @@
1set -g mouse on 1set -g mouse on
2set -g default-terminal "xterm-256color" 2set -g default-terminal "tmux-256color"
3set -sa terminal-overrides ',xterm-256color:Tc'
3set -g status on 4set -g status on
4set -g status-left " " 5set -g status-left " "
5set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " 6set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') "
@@ -9,8 +10,9 @@ set -g history-limit 10000
9set -g escape-time 0 10set -g escape-time 0
10set -g aggressive-resize on 11set -g aggressive-resize on
11set -g window-status-style fg=black,bg=green 12set -g window-status-style fg=black,bg=green
12set -g window-status-current-style fg=black,bg=blue,bold 13set -g window-status-current-style fg=white,bg=blue,bold
13set -g mode-keys vi 14set -g mode-keys vi
15set -g focus-events on
14 16
15bind -n C-S-Left previous-window 17bind -n C-S-Left previous-window
16bind -n C-S-Right next-window 18bind -n C-S-Right next-window