Skip to content

Instantly share code, notes, and snippets.

@ajmyers01
Created March 23, 2015 17:00
Show Gist options
  • Select an option

  • Save ajmyers01/12689b79b5c7efb4df89 to your computer and use it in GitHub Desktop.

Select an option

Save ajmyers01/12689b79b5c7efb4df89 to your computer and use it in GitHub Desktop.
# Current Usage
unbind-key \ ; bind-key \ split-window -h
unbind-key | ; bind-key | split-window -h
unbind-key - ; bind-key - split-window -v
---------------------------------------------------------------
# Proposed Change
unbind-key \ ; bind-key \ split-window -c `pwd` -h
unbind-key | ; bind-key | split-window -c `pwd` -h
unbind-key - ; bind-key - split-window -c `pwd` -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment