Created
November 13, 2018 13:42
-
-
Save bookercodes/1e5d12880ab17c1130dff608245a2bc1 to your computer and use it in GitHub Desktop.
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 -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