Skip to content

Instantly share code, notes, and snippets.

@sickerin
Created September 15, 2020 08:05
Show Gist options
  • Save sickerin/72eed7061f9fec28fe00d56515af58e0 to your computer and use it in GitHub Desktop.
Save sickerin/72eed7061f9fec28fe00d56515af58e0 to your computer and use it in GitHub Desktop.
tmux config
# Default shell zsh
set -g default-command "/bin/zsh
# Set new panes to open in current directory
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment