updated doc for keyboard-select

This commit is contained in:
Bert 2010-08-19 01:05:35 +02:00
parent ec1a811f84
commit a4cfa242ba
2 changed files with 3 additions and 2 deletions

View File

@ -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)
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
y/Return: Copy selection to primary buffer, Return: deactivate afterwards
q/Escape: Deactivate keyboard selection mode

View File

@ -1,7 +1,7 @@
#! perl -w
# Author: Bert Muennich
# Website: http://www.github.com/muennich/urxvt-perls
# Version: git-20100818
# Version: git-20100819
# License: GPLv2
# Use keyboard shortcuts to select and copy text.