From 57f272664d6f17b6b342cddbf4fb14fbb43f9aee Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 13 Nov 2017 15:56:36 -0500 Subject: [PATCH] tmux.conf: Cleanup --- tmux/tmux.conf | 3 --- 1 file changed, 3 deletions(-) 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