README.md: keyboard-select usage updated
This commit is contained in:
parent
9bb3e986a5
commit
4404b5dd7b
13
README.md
13
README.md
@ -23,14 +23,11 @@ After installing, put the folling lines in your .Xdefaults:
|
||||
|
||||
Use Meta-Escape to activate selection mode, then use the following keys:
|
||||
|
||||
h,left: move cursor left
|
||||
j,down: move cursor down
|
||||
k,up: move cursor up
|
||||
l,right: move cursor right
|
||||
v: toggle normal selection
|
||||
V: toggle linewise selection
|
||||
Ctrl-v: toggle blockwise selection
|
||||
y: copy selected text to primary buffer and quit selection mode
|
||||
h/j/k/l: move cursor left/down/up/right (also with arrow keys)
|
||||
g/G/0/^/$: vi-like cursor movement keys
|
||||
H/M/L: move cursor to first/center/last line of visible area
|
||||
v/V/Ctrl-v: toggle normal/linewise/blockwise selection
|
||||
y,Return: copy selected text to primary buffer and quit selection mode
|
||||
Escape: cancel whole keyboard selection mode
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user