Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Created November 13, 2018 13:42
Show Gist options
  • Save bookercodes/1e5d12880ab17c1130dff608245a2bc1 to your computer and use it in GitHub Desktop.
Save bookercodes/1e5d12880ab17c1130dff608245a2bc1 to your computer and use it in GitHub Desktop.
set -as terminal-overrides ",*-256color:Tc"
set -g prefix C-Space
set-window-option -g mode-keys vi
bind-key , command-prompt "rename-window '%%'"
set -g status-right '#H %a %d %H:%M #{prefix_highlight}'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'christoomey/vim-tmux-navigator'
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment