Created
October 24, 2015 14:47
-
-
Save rivetmichael/8e84a3d6d6e4e117b689 to your computer and use it in GitHub Desktop.
.tmux.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enabling copy / paste in tmux¬ | |
set-option -g default-command "reattach-to-user-namespace -l zsh"¬ | |
# Enabling mouse support¬ | |
set -g mode-mouse on¬ | |
set -g mouse-resize-pane on¬ | |
set -g mouse-select-pane on¬ | |
set -g mouse-select-window on¬ | |
# set-window-option -g mode-mouse on¬ | |
set -g @plugin 'tmux-plugins/tmux-resurrect'¬ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment