From 14dc3b2903c370c0a9f408a8a9c4ba90877f0d74 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 18 May 2024 09:23:41 +0200 Subject: Besseres Verhalten beim Erstellen neuer "Fenster" --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux') 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}" bind C-t set -g status bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" +bind % split-window -h -c "#{pane_current_path}" +bind '"' split-window -c "#{pane_current_path}" -- cgit v1.3