Skip to content

Instantly share code, notes, and snippets.

@tomgco
Created February 27, 2014 12:29
Show Gist options
  • Save tomgco/9249165 to your computer and use it in GitHub Desktop.
Save tomgco/9249165 to your computer and use it in GitHub Desktop.
unbind-key c
unbind-key '%'
unbind-key '"'
bind c neww -c '#{pane_current_path}'
bind '"' splitw -v -c '#{pane_current_path}'
bind '%' splitw -h -c '#{pane_current_path}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment