From 948d78e52e803a3a2358e46d6c5f83899acd4b47 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 2 May 2024 12:59:17 +0200 Subject: tmux --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b69e4be..bcb54fa 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -9,6 +9,8 @@ bind-key -n C-b send-keys C-a set-option -g history-limit 5000 bind c new-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind \" split-window -h -c "#{pane_current_path}" bind -n M-Left select-pane -L bind -n M-Right select-pane -R -- cgit v1.2.3