diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 99abe02..6306120 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -7,7 +7,6 @@ #=============================================================================== set-option -g prefix C-b # Remap prefix key set -g default-terminal "screen-256color" # Set terminal -setw -g utf8 on # Set encoding set -g mouse on # Enable mouse set -sg escape-time 0 # Delay 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: I | Uninstall: | Update: U set -g @plugin 'tmux-plugins/tpm' -# Resurrect sessions || Save: | Restore: -set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'nhdaly/tmux-scroll-copy-mode' # Copy-mode scroll wheel run '~/.tmux/plugins/tpm/tpm' # Run TPM