From 1624de3ba2bd76a7d0b79ff2256caaf5fd13ec61 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Tue, 23 Jun 2015 20:16:55 +0100 Subject: [PATCH] Fix tmux start path. --- tmux/tmux.conf.symlink | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index afdaf96..162bc24 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -11,5 +11,6 @@ bind E setw synchronize-panes off # start a pane in the right fucking folder bind c new-window -c "#{pane_current_path}" - +bind % split-window -h -c '#{pane_current_path}' +bind '"' split-window -v -c '#{pane_current_path}'