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}'