Last active
August 21, 2018 04:29
-
-
Save riyadhalnur/6a003d9613db63ed673a9ab0e3db8306 to your computer and use it in GitHub Desktop.
TMUX Conf
This file contains hidden or 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
set -g mouse on | |
set -g @plugin 'jimeh/tmux-themepack' | |
set -g @themepack 'basic' | |
set -g @plugin 'tmux-plugins/tmux-resurrect' | |
set -g @plugin 'tmux-plugins/tmux-yank' | |
set -g @plugin 'tmux-plugins/tmux-prefix-highlight' | |
run '~/.tmux/plugins/tpm/tpm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment