Update tmux.conf for 2.1+

This commit is contained in:
ViViDboarder 2016-01-11 15:12:36 -08:00
parent c5ea411f8a
commit 2ee482f9ca
1 changed files with 2 additions and 4 deletions

View File

@ -15,10 +15,8 @@ set -g default-terminal "screen-256color"
unbind C-b
set -g prefix C-q
# mouse
set -g mode-mouse on
setw -g mouse-select-window on
setw -g mouse-select-pane on
# Enable mouse mode 2.1+
set-option -g mouse on
# easy splitting
bind | split-window -h -c "#{pane_current_path}"