updated doc for keyboard-select
This commit is contained in:
parent
161a9d3eac
commit
98f1873fc6
@ -21,10 +21,17 @@ After installing, put the following lines in your .Xdefaults:
|
|||||||
URxvt.perl-ext-common: ...,keyboard-select
|
URxvt.perl-ext-common: ...,keyboard-select
|
||||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
|
|
||||||
|
The following line overwrites the default Meta-s binding and allows to activate
|
||||||
|
keyboard-select directly in backward search mode:
|
||||||
|
|
||||||
|
URxvt.keysym:M-s: perl:keyboard-select:search
|
||||||
|
|
||||||
Use Meta-Escape to activate selection mode, then use the following keys:
|
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/f/F/;/,/w/W/b/B: More vi-like cursor movement keys
|
g/G/0/^/$/H/M/L/f/F/;/,/w/W/b/B: More vi-like cursor movement keys
|
||||||
|
'/'/?: Start forward/backward search
|
||||||
|
n/N: Repeat last search, N: in reverse direction
|
||||||
Ctrl-f/b: Scroll down/up one screen
|
Ctrl-f/b: Scroll down/up one screen
|
||||||
Ctrl-d/u: Scroll down/up half a 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
|
||||||
|
@ -9,10 +9,15 @@
|
|||||||
# Usage: put the following lines in your .Xdefaults:
|
# Usage: put the following lines in your .Xdefaults:
|
||||||
# URxvt.perl-ext-common: ...,keyboard-select
|
# URxvt.perl-ext-common: ...,keyboard-select
|
||||||
# URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
# URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
|
# The following line overwrites the default Meta-s binding and allows to
|
||||||
|
# activate keyboard-select directly in backward search mode:
|
||||||
|
# URxvt.keysym:M-s: perl:keyboard-select:search
|
||||||
|
|
||||||
# Use Meta-Escape to activate selection mode, then use the following keys:
|
# 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/f/F/;/,/w/W/b/B: More vi-like cursor movement keys
|
# g/G/0/^/$/H/M/L/f/F/;/,/w/W/b/B: More vi-like cursor movement keys
|
||||||
|
# '/'/?: Start forward/backward search
|
||||||
|
# n/N: Repeat last search, N: in reverse direction
|
||||||
# Ctrl-f/b: Scroll down/up one screen
|
# Ctrl-f/b: Scroll down/up one screen
|
||||||
# Ctrl-d/u: Scroll down/up half a 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user