Skip to content

Instantly share code, notes, and snippets.

@biscuitvile
Created September 11, 2014 15:14
Show Gist options
  • Select an option

  • Save biscuitvile/87fcf01ea0673ddb72bf to your computer and use it in GitHub Desktop.

Select an option

Save biscuitvile/87fcf01ea0673ddb72bf to your computer and use it in GitHub Desktop.
bind c new-window -c '#{pane_current_path}'
bind | split-window -h -c '#{pane_current_path}'
bind - split-window -v -c '#{pane_current_path}'
bind -r H resize-pane -L 5
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r L resize-pane -R 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment