diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-03-26 10:48:43 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-03-26 10:48:43 +0200 |
| commit | 5766c0fc5360ba4c697e21f19b49ed2570c0755b (patch) | |
| tree | a1a42151f0c944c2b223a31b597192e95d9851c1 /tmux/tmux.conf | |
| parent | 44cbb4ccaf122c1ffc5b36f6586e3e99d9e9d8b0 (diff) | |
| download | dotfiles-5766c0fc5360ba4c697e21f19b49ed2570c0755b.tar.gz dotfiles-5766c0fc5360ba4c697e21f19b49ed2570c0755b.tar.bz2 dotfiles-5766c0fc5360ba4c697e21f19b49ed2570c0755b.zip | |
einige Tweaks
- Bessere Statuszeile
- Sinnvollere Tastenkürzel
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 343568c..464d5bd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | set -g mouse on | 1 | set -g mouse on |
| 2 | set -g default-terminal "xterm-256color" | 2 | set -g default-terminal "xterm-256color" |
| 3 | set -g status on | ||
| 3 | set -g status-left " " | 4 | set -g status-left " " |
| 4 | set -g status-right "" | 5 | set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " |
| 5 | set -g base-index 1 | 6 | set -g base-index 1 |
| 6 | set -g pane-base-index 1 | 7 | set -g pane-base-index 1 |
| 7 | set -g history-limit 10000 | 8 | set -g history-limit 10000 |
| @@ -11,7 +12,7 @@ set -g window-status-style fg=black,bg=green | |||
| 11 | set -g window-status-current-style fg=black,bg=blue,bold | 12 | set -g window-status-current-style fg=black,bg=blue,bold |
| 12 | set -g mode-keys vi | 13 | set -g mode-keys vi |
| 13 | 14 | ||
| 14 | bind -n C-S-Left previous-window | 15 | bind -n C-S-Left previous-window |
| 15 | bind -n C-S-Right next-window | 16 | bind -n C-S-Right next-window |
| 16 | 17 | ||
| 17 | bind h select-pane -L | 18 | bind h select-pane -L |
| @@ -19,6 +20,7 @@ bind j select-pane -D | |||
| 19 | bind k select-pane -U | 20 | bind k select-pane -U |
| 20 | bind l select-pane -R | 21 | bind l select-pane -R |
| 21 | 22 | ||
| 22 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" | 23 | bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" |
| 23 | bind r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded" | 24 | bind C-t set -g status |
| 25 | bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" | ||
| 24 | 26 | ||
