Skip to content

Instantly share code, notes, and snippets.

@penguinjournals
Last active September 27, 2019 15:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguinjournals/141eed915d74d300dd209f72dd8f43c8 to your computer and use it in GitHub Desktop.
Save penguinjournals/141eed915d74d300dd209f72dd8f43c8 to your computer and use it in GitHub Desktop.
bind-key b send-prefix
bind '%' split-window -h -c '#{pane_current_path}' # Split panes horizontal
bind '"' split-window -v -c '#{pane_current_path}' # Split panes vertically
bind c new-window -c '#{pane_current_path}' # Create new window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment