Set tmux assume-paste-time to 0

This commit is contained in:
Michael Bamford 2015-11-10 12:22:04 +11:00 committed by Michael Bamford
parent 864794c696
commit 6ec5e7b3de

View File

@ -79,6 +79,9 @@ set -g history-limit 10000
# New windows/pane in $PWD # New windows/pane in $PWD
bind c new-window -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}"
# Fix key bindings broken in tmux 2.1
set -g assume-paste-time 0
# force a reload of the config file # force a reload of the config file
unbind r unbind r
bind r source-file ~/.tmux.conf \; display "Reloaded!" bind r source-file ~/.tmux.conf \; display "Reloaded!"