aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-05-18 09:23:41 +0200
committerThomas Schmucker <ts@its1.de>2024-05-18 09:23:41 +0200
commit14dc3b2903c370c0a9f408a8a9c4ba90877f0d74 (patch)
treedeb0a60a94b09bcfc3a9719c2e0167c8430d512b
parent90a6a6db7fd29ffe6defc0969011c7288403f074 (diff)
downloaddotfiles-14dc3b2903c370c0a9f408a8a9c4ba90877f0d74.tar.gz
dotfiles-14dc3b2903c370c0a9f408a8a9c4ba90877f0d74.tar.bz2
dotfiles-14dc3b2903c370c0a9f408a8a9c4ba90877f0d74.zip
Besseres Verhalten beim Erstellen neuer "Fenster"
-rw-r--r--tmux/tmux.conf2
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}"
26bind C-t set -g status 26bind C-t set -g status
27bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" 27bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded"
28 28
29bind % split-window -h -c "#{pane_current_path}"
30bind '"' split-window -c "#{pane_current_path}"