updated doc for keyboard-select
This commit is contained in:
parent
ec1a811f84
commit
a4cfa242ba
@ -25,7 +25,8 @@ Use Meta-Escape to activate selection mode, then use the following keys:
|
|||||||
|
|
||||||
h/j/k/l: Move cursor left/down/up/right (also with arrow keys)
|
h/j/k/l: Move cursor left/down/up/right (also with arrow keys)
|
||||||
g/G/0/^/$/H/M/L: More vi-like cursor movement keys
|
g/G/0/^/$/H/M/L: More vi-like cursor movement keys
|
||||||
Ctrl-f/b: Move cursor down/up one screen
|
Ctrl-f/b: Scroll down/up one screen
|
||||||
|
Ctrl-d/u: Scroll down/up half a screen
|
||||||
v/V/Ctrl-v: Toggle normal/linewise/blockwise selection
|
v/V/Ctrl-v: Toggle normal/linewise/blockwise selection
|
||||||
y/Return: Copy selection to primary buffer, Return: deactivate afterwards
|
y/Return: Copy selection to primary buffer, Return: deactivate afterwards
|
||||||
q/Escape: Deactivate keyboard selection mode
|
q/Escape: Deactivate keyboard selection mode
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#! perl -w
|
#! perl -w
|
||||||
# Author: Bert Muennich
|
# Author: Bert Muennich
|
||||||
# Website: http://www.github.com/muennich/urxvt-perls
|
# Website: http://www.github.com/muennich/urxvt-perls
|
||||||
# Version: git-20100818
|
# Version: git-20100819
|
||||||
# License: GPLv2
|
# License: GPLv2
|
||||||
|
|
||||||
# Use keyboard shortcuts to select and copy text.
|
# Use keyboard shortcuts to select and copy text.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user