Created
March 7, 2018 15:49
-
-
Save mdrx-io/ba4eee2d15181673e2e61d759f60b997 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-option -g default-shell "/bin/bash" | |
#set-option -g mouse on | |
unbind-key C-b | |
set -g prefix ` | |
bind-key ` send-prefix | |
bind-key e setw synchronize-panes on | |
bind-key E setw synchronize-panes off | |
set -g @plugin 'tmux-plugins/tmux-resurrect' | |
set -g @resurrect-save-bash-history 'on' | |
set -g @plugin 'tmux-plugins/tmux-pain-control' | |
set -g @plugin 'tmux-plugins/tmux-prefix-highlight' | |
set -g status-right '#{prefix_highlight} | "#H" %a %Y-%m-%d %H:%M' | |
run '~/.tmux/plugins/tpm/tpm' |
Author
mdrx-io
commented
Mar 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment