From 1334be46cddda02e659b4785e93e9e2347d84704 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 19 Apr 2018 10:36:52 +0200 Subject: tmux.conf open splits from the path of the current selected pane --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index a5bcef2..76c2063 100644 --- a/tmux.conf +++ b/tmux.conf @@ -29,8 +29,8 @@ set -s escape-time 0 bind-key Tab last-window # split settings -bind-key v split-window -h -bind-key s split-window +bind-key v split-window -h -c "#{pane_current_path}" +bind-key s split-window -c "#{pane_current_path}" # maximize current pane bind-key f resize-pane -Z # overwrites find window -- cgit v1.2.3