Guest User

Untitled

a guest
Oct 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # split panes using | and -, make sure they open in the same path
  2. bind | split-window -h -c "#{pane_current_path}"
  3. bind - split-window -v -c "#{pane_current_path}"
  4. unbind '"'
  5. unbind %
Add Comment
Please, Sign In to add comment