diff --git a/dot/.tmux.conf b/dot/.tmux.conf index b415cdf..68a9e20 100644 --- a/dot/.tmux.conf +++ b/dot/.tmux.conf @@ -6,3 +6,6 @@ bind-key M-Space send-prefix # set ` as secondary prefix set -g prefix2 ` bind-key ` send-prefix -2 + +bind '"' split-window -c "#{pane_current_path}" +bind % split-window -hc "#{pane_current_path}"