The copy-mode no longer scrolls one page up! (-u option removed).

This commit is contained in:
gardouille 2015-05-19 22:54:19 +02:00
parent 22234bb8b9
commit b63e29d510
1 changed files with 2 additions and 0 deletions

View File

@ -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