diff options
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 6 |
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 @@ | |||
| 1 | set -g mouse on | 1 | set -g mouse on |
| 2 | set -g default-terminal "xterm-256color" | 2 | set -g default-terminal "tmux-256color" |
| 3 | set -sa terminal-overrides ',xterm-256color:Tc' | ||
| 3 | set -g status on | 4 | set -g status on |
| 4 | set -g status-left " " | 5 | set -g status-left " " |
| 5 | set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " | 6 | set -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 | |||
| 9 | set -g escape-time 0 | 10 | set -g escape-time 0 |
| 10 | set -g aggressive-resize on | 11 | set -g aggressive-resize on |
| 11 | set -g window-status-style fg=black,bg=green | 12 | set -g window-status-style fg=black,bg=green |
| 12 | set -g window-status-current-style fg=black,bg=blue,bold | 13 | set -g window-status-current-style fg=white,bg=blue,bold |
| 13 | set -g mode-keys vi | 14 | set -g mode-keys vi |
| 15 | set -g focus-events on | ||
| 14 | 16 | ||
| 15 | bind -n C-S-Left previous-window | 17 | bind -n C-S-Left previous-window |
| 16 | bind -n C-S-Right next-window | 18 | bind -n C-S-Right next-window |
