From b63e29d510a1213b2d34ff88d9858a9eda3a7d0d Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 19 May 2015 22:54:19 +0200 Subject: [PATCH] The copy-mode no longer scrolls one page up! (-u option removed). --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 461cc96..584a760 100644 --- a/tmux.conf +++ b/tmux.conf @@ -127,6 +127,8 @@ unbind C-v bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux paste-buffer" # Copy-mode +unbind PPage +bind PPage copy-mode bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection