diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-01-19 17:07:50 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-01-19 17:07:50 +0100 |
| commit | 86aa7bfd3d52b57437a7da9f9cd32863f887e115 (patch) | |
| tree | 919820e32ab96cd53368b0070010e01d4a1e3bdb /tmux/tmux.conf | |
| parent | 44db3dac5375a2488c6014e3f78b9c5008ff5eae (diff) | |
| download | dotfiles-86aa7bfd3d52b57437a7da9f9cd32863f887e115.tar.gz dotfiles-86aa7bfd3d52b57437a7da9f9cd32863f887e115.tar.bz2 dotfiles-86aa7bfd3d52b57437a7da9f9cd32863f887e115.zip | |
tmux: Konfiguration etwas vereinfacht, unbenutzte key-bindings entfernt
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index df0934b..e7042c7 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -4,7 +4,7 @@ set -sa terminal-overrides ',tmux-256color:Tc' | |||
| 4 | set -g status on | 4 | set -g status on |
| 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
| 6 | set -g status-left-length 20 | 6 | set -g status-left-length 20 |
| 7 | set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " | 7 | set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]%H:%M " |
| 8 | set -g status-right-length 35 | 8 | set -g status-right-length 35 |
| 9 | set -g status-interval 30 | 9 | set -g status-interval 30 |
| 10 | set -g base-index 1 | 10 | set -g base-index 1 |
| @@ -17,15 +17,12 @@ set -g window-status-current-style fg=white,bg=blue,bold | |||
| 17 | set -g mode-keys vi | 17 | set -g mode-keys vi |
| 18 | set -g focus-events on | 18 | set -g focus-events on |
| 19 | 19 | ||
| 20 | bind -r Tab next-window | ||
| 21 | bind -r BTab previous-window | ||
| 22 | |||
| 23 | bind h select-pane -L | 20 | bind h select-pane -L |
| 24 | bind j select-pane -D | 21 | bind j select-pane -D |
| 25 | bind k select-pane -U | 22 | bind k select-pane -U |
| 26 | bind l select-pane -R | 23 | bind l select-pane -R |
| 27 | 24 | ||
| 28 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" | 25 | bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" |
| 29 | bind C-t set -g status | 26 | bind C-t set -g status |
| 30 | bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" | 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" |
| 31 | 28 | ||
