From 6ec5e7b3deed08ed3f8dc2eb899ed01433bb5f9f Mon Sep 17 00:00:00 2001 From: Michael Bamford Date: Tue, 10 Nov 2015 12:22:04 +1100 Subject: [PATCH] Set tmux assume-paste-time to 0 --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index ac9fb3a..03b87fd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -79,6 +79,9 @@ set -g history-limit 10000 # New windows/pane in $PWD 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 unbind r bind r source-file ~/.tmux.conf \; display "Reloaded!"