set -g mode-keys vi set -g status-keys vi # Install https://github.com/tmux-plugins/tpm set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' # Install https://github.com/tmux-plugins/tmux-yank set -g @plugin 'tmux-plugins/tmux-yank' # Bottom of tmuxconf! run -b '~/.tmux/plugins/tpm/tpm' set-option -g default-command "reattach-to-user-namespace -l zsh"