The copy-mode no longer scrolls one page up! (-u option removed).
This commit is contained in:
parent
22234bb8b9
commit
b63e29d510
|
@ -127,6 +127,8 @@ unbind C-v
|
||||||
bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux paste-buffer"
|
bind-key C-v run "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux paste-buffer"
|
||||||
|
|
||||||
# Copy-mode
|
# Copy-mode
|
||||||
|
unbind PPage
|
||||||
|
bind PPage copy-mode
|
||||||
bind-key -t vi-copy 'v' begin-selection
|
bind-key -t vi-copy 'v' begin-selection
|
||||||
bind-key -t vi-copy 'y' copy-selection
|
bind-key -t vi-copy 'y' copy-selection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue