Skip to content

Instantly share code, notes, and snippets.

View joe-wolfe21's full-sized avatar

Joe Wolfe joe-wolfe21

  • Philadelphia, PA
View GitHub Profile
@joe-wolfe21
joe-wolfe21 / .tmux.conf
Last active July 9, 2020 10:26
The Ultimate Terminal
# use zsh & make pbcopy/paste work
set-option -g default-terminal /bin/zsh
set-option -g default-command "reattach-to-user-namespace -l zsh"
bind w new-window -c "#{pane_current_path}"
# It's 2016
set -g default-terminal "screen-256color"
# set the command escape time to 0
set -s escape-time 0