diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-05-18 09:23:41 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-05-18 09:23:41 +0200 |
| commit | 14dc3b2903c370c0a9f408a8a9c4ba90877f0d74 (patch) | |
| tree | deb0a60a94b09bcfc3a9719c2e0167c8430d512b | |
| parent | 90a6a6db7fd29ffe6defc0969011c7288403f074 (diff) | |
| download | dotfiles-14dc3b2903c370c0a9f408a8a9c4ba90877f0d74.tar.gz dotfiles-14dc3b2903c370c0a9f408a8a9c4ba90877f0d74.tar.bz2 dotfiles-14dc3b2903c370c0a9f408a8a9c4ba90877f0d74.zip | |
Besseres Verhalten beim Erstellen neuer "Fenster"
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index bc47dc6..07347e9 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -26,3 +26,5 @@ bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" | |||
| 26 | bind C-t set -g status | 26 | bind C-t set -g status |
| 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" | 27 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" |
| 28 | 28 | ||
| 29 | bind % split-window -h -c "#{pane_current_path}" | ||
| 30 | bind '"' split-window -c "#{pane_current_path}" | ||
