Skip to content

Instantly share code, notes, and snippets.

@n1lux
Created January 8, 2020 12:06
Show Gist options
  • Save n1lux/4da4e28c3d9dfd55e58d7d21e35a6f66 to your computer and use it in GitHub Desktop.
Save n1lux/4da4e28c3d9dfd55e58d7d21e35a6f66 to your computer and use it in GitHub Desktop.
Tmux split same dir
bind '"' split-window -c "#{pane_current_path}"
bind % 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