From 868a666c2a2c32359dce682c16918eb0c3f36172 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 10 Nov 2024 10:01:18 +0100 Subject: [PATCH] tmux: switch binds Signed-off-by: Michael Grote --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index d7b51c3..963413b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -46,8 +46,8 @@ unbind '"' unbind % # setze Bind auf logische Zeichen & öffne in Pane in aktuellen Dir # https://github.com/jbranchaud/til/blob/master/tmux/open-new-splits-to-the-current-directory.md -bind | split-window -v -c "#{pane_current_path}" -bind - split-window -h -c "#{pane_current_path}" +bind - split-window -v -c "#{pane_current_path}" +bind | split-window -h -c "#{pane_current_path}" # Address vim mode switching delay (http://superuser.com/a/252717/65504) set -s escape-time 0