Merge commit '38ca583084e89de0da35cb1b626d21b051ea2c70'
This commit is contained in:
commit
e96f085f8d
@ -1705,7 +1705,7 @@ KEY_DATA = collections.OrderedDict([
|
||||
('download-clear', ['cd']),
|
||||
('view-source', ['gf']),
|
||||
('set-cmd-text -s :buffer', ['gt']),
|
||||
('tab-focus last', ['<Ctrl-Tab>']),
|
||||
('tab-focus last', ['<Ctrl-Tab>', '<Ctrl-6>', '<Ctrl-^>']),
|
||||
('enter-mode passthrough', ['<Ctrl-V>']),
|
||||
('quit', ['<Ctrl-Q>', 'ZQ']),
|
||||
('wq', ['ZZ']),
|
||||
@ -1713,7 +1713,7 @@ KEY_DATA = collections.OrderedDict([
|
||||
('scroll-page 0 -1', ['<Ctrl-B>']),
|
||||
('scroll-page 0 0.5', ['<Ctrl-D>']),
|
||||
('scroll-page 0 -0.5', ['<Ctrl-U>']),
|
||||
('tab-focus 1', ['<Alt-1>']),
|
||||
('tab-focus 1', ['<Alt-1>', 'g0', 'g^']),
|
||||
('tab-focus 2', ['<Alt-2>']),
|
||||
('tab-focus 3', ['<Alt-3>']),
|
||||
('tab-focus 4', ['<Alt-4>']),
|
||||
@ -1721,7 +1721,7 @@ KEY_DATA = collections.OrderedDict([
|
||||
('tab-focus 6', ['<Alt-6>']),
|
||||
('tab-focus 7', ['<Alt-7>']),
|
||||
('tab-focus 8', ['<Alt-8>']),
|
||||
('tab-focus 9', ['<Alt-9>']),
|
||||
('tab-focus -1', ['<Alt-9>', 'g$']),
|
||||
('home', ['<Ctrl-h>']),
|
||||
('stop', ['<Ctrl-s>']),
|
||||
('print', ['<Ctrl-Alt-p>']),
|
||||
|
Loading…
Reference in New Issue
Block a user