From 12d1c7b3d93e7777c71bf9ae61303bec9938af31 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 3 May 2023 19:32:59 +0200 Subject: Besseres Verhalten beim Erstellen eines neues Fensters --- tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 5909245..6540462 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -25,6 +25,10 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R +bind '"' split-window -v -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind c new-window -c "~" + 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 "Config reloaded" -- cgit v1.3