summaryrefslogtreecommitdiff
path: root/config/common/tmux
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-18 10:07:31 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-18 10:07:31 +0100
commitd58197f1e91e731fb44570237ed920340966d3bd (patch)
treefd4120a85fa9388f83aec2cf75e8b55b923fbb05 /config/common/tmux
parent785af9664c53346e6ffef300d0571f4b2ce4e8a6 (diff)
parent75efc6c1c4e23fcba22665719542471749aaea56 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/tmux')
-rwxr-xr-xconfig/common/tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 6304209..6fdf7f7 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -100,7 +100,7 @@ bind -n M-O switch-client -l
bind n command-prompt "rename-window '%%'"
bind N command-prompt "rename-session '%%'"
# Starting new windows
-bind w new-window -c "$HOME"
+bind w new-window -c "#{pane_current_path}"
bind W new-session -c "$HOME"
# Show tree
bind S choose-tree -Z