Add some bindings to switch hint modes.

Fixes #613.
This commit is contained in:
Florian Bruhin 2015-05-06 22:38:41 +02:00
parent 2f0b976bca
commit 21dfcf1e1b

View File

@ -1214,6 +1214,9 @@ KEY_DATA = collections.OrderedDict([
('hint', collections.OrderedDict([
('follow-hint', ['<Return>', '<Ctrl-M>', '<Ctrl-J>']),
('hint --rapid links tab-bg', ['<Ctrl-R>']),
('hint links', ['<Ctrl-F>']),
('hint all tab-bg', ['<Ctrl-B>']),
])),
('passthrough', {}),