Skip to content

Instantly share code, notes, and snippets.

@alexmherrmann
Last active March 1, 2017 20:37
Show Gist options
  • Save alexmherrmann/27c2b9a1a2c94b6cd5dd5a2944aad036 to your computer and use it in GitHub Desktop.
Save alexmherrmann/27c2b9a1a2c94b6cd5dd5a2944aad036 to your computer and use it in GitHub Desktop.
bind-key -T prefix M-'"' split-window
bind-key -T prefix M-% split-window -h
# Work the same as the normal C-" and C-% but open in the same directory as the pane split from
bind-key -T prefix '"' split-window -c "#{pane_current_path}"
bind-key -T prefix % split-window -h -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment