From 691e96339067cefcf1fbf6e84dc38609f011c7eb Mon Sep 17 00:00:00 2001 From: Fazil Altinel Date: Mon, 26 Apr 2021 09:24:15 +0300 Subject: [PATCH] Create new panes and windows in PWD --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index a869391..f415393 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -47,3 +47,6 @@ set -g visual-bell off set -g visual-silence off set -g word-separators " -_@" run-shell 'powerline-config tmux setup' +bind c new-window -c "#{pane_current_path}" +bind | split-window -h -c "#{pane_current_path}" +bind - split-window -v -c "#{pane_current_path}"