diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-10-12 14:55:26 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-10-12 14:55:26 +0200 |
| commit | ec39ae146f9e8d7779f1c85fd7faef40c6153199 (patch) | |
| tree | 7dfc3e64bc351d0e159a51d57928cc1f12e97c1a /tmux/tmux.conf | |
| parent | 23fb8e46d897aee5c7734a48acfe3dcf20a1576f (diff) | |
| download | dotfiles-ec39ae146f9e8d7779f1c85fd7faef40c6153199.tar.gz dotfiles-ec39ae146f9e8d7779f1c85fd7faef40c6153199.tar.bz2 dotfiles-ec39ae146f9e8d7779f1c85fd7faef40c6153199.zip | |
tmux: Fenster neu nummerieren
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 21f8cd4..5127b7e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -10,6 +10,7 @@ set -g status-right-length 35 | |||
| 10 | set -g status-interval 30 | 10 | set -g status-interval 30 |
| 11 | set -g base-index 1 | 11 | set -g base-index 1 |
| 12 | set -g pane-base-index 1 | 12 | set -g pane-base-index 1 |
| 13 | set -g renumber-windows on | ||
| 13 | set -g history-limit 10000 | 14 | set -g history-limit 10000 |
| 14 | set -g escape-time 0 | 15 | set -g escape-time 0 |
| 15 | set -g aggressive-resize on | 16 | set -g aggressive-resize on |
