aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <tutorialmester@gmail.com>2024-07-01 15:07:05 +0200
committerpml68 <tutorialmester@gmail.com>2024-07-01 15:07:05 +0200
commita0a93eb482cf8c8ed301fd1a59f415850183f37b (patch)
treef7b71d3603c56af6a7c2599768c63f0fdff3a562
parentfeat(tmux): add binding for rectangle toggle in copy mode (diff)
downloadsuckless-setup-a0a93eb482cf8c8ed301fd1a59f415850183f37b.tar.gz
feat(tmux): make newly created panes open in current working dir
Diffstat (limited to '')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index dac3544..dbcf305 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -2,9 +2,9 @@ set -g prefix C-a
unbind C-b
unbind %
-bind v split-window -h
+bind v split-window -h -c "#{pane_current_path}"
unbind '"'
-bind - split-window -v
+bind - split-window -v -c "#{pane_current_path}"
bind R source-file ~/.config/tmux/tmux.conf