Skip to content

Instantly share code, notes, and snippets.

@Swivelgames
Last active April 8, 2019 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swivelgames/c4770ba5058bb64bc5ec692bef66bd2d to your computer and use it in GitHub Desktop.
Save Swivelgames/c4770ba5058bb64bc5ec692bef66bd2d to your computer and use it in GitHub Desktop.
My tmux configuration
set-option -g default-shell /bin/zsh
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment