Skip to content

Instantly share code, notes, and snippets.

@mdrx-io
Created March 7, 2018 15:49
Show Gist options
  • Save mdrx-io/ba4eee2d15181673e2e61d759f60b997 to your computer and use it in GitHub Desktop.
Save mdrx-io/ba4eee2d15181673e2e61d759f60b997 to your computer and use it in GitHub Desktop.
tmux.conf
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'
@mdrx-io
Copy link
Author

mdrx-io commented Mar 7, 2018

$ cat ~/.tmux/plugins/t
tmux-pain-control/     tmux-resurrect/        
tmux-prefix-highlight/ tpm/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment