tmux.conf: Cleanup

This commit is contained in:
Bill Niblock 2017-11-13 15:56:36 -05:00
parent 4de10a89fa
commit 57f272664d

View file

@ -7,7 +7,6 @@
#=============================================================================== #===============================================================================
set-option -g prefix C-b # Remap prefix key set-option -g prefix C-b # Remap prefix key
set -g default-terminal "screen-256color" # Set terminal set -g default-terminal "screen-256color" # Set terminal
setw -g utf8 on # Set encoding
set -g mouse on # Enable mouse set -g mouse on # Enable mouse
set -sg escape-time 0 # Delay time set -sg escape-time 0 # Delay time
set -g display-time 2000 # Message display time set -g display-time 2000 # Message display time
@ -75,7 +74,5 @@ bind-key -tvi-copy u copy-pipe "ruby ~/Lab/gist_gem.rb -"
#=============================================================================== #===============================================================================
# TPM || Install: <C-b>I | Uninstall: <C-b><Alt-u> | Update: <C-b>U # TPM || Install: <C-b>I | Uninstall: <C-b><Alt-u> | Update: <C-b>U
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
# Resurrect sessions || Save: <C-b><C-s> | Restore: <C-b><C-r>
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'nhdaly/tmux-scroll-copy-mode' # Copy-mode scroll wheel set -g @plugin 'nhdaly/tmux-scroll-copy-mode' # Copy-mode scroll wheel
run '~/.tmux/plugins/tpm/tpm' # Run TPM run '~/.tmux/plugins/tpm/tpm' # Run TPM