new default keybinds
This commit is contained in:
parent
59d16efbef
commit
38ca583084
@ -1637,14 +1637,14 @@ KEY_DATA = collections.OrderedDict([
|
|||||||
('download-clear', ['cd']),
|
('download-clear', ['cd']),
|
||||||
('view-source', ['gf']),
|
('view-source', ['gf']),
|
||||||
('set-cmd-text -s :buffer', ['gt']),
|
('set-cmd-text -s :buffer', ['gt']),
|
||||||
('tab-focus last', ['<Ctrl-Tab>']),
|
('tab-focus last', ['<Ctrl-Tab>', '<Ctrl-6>', '<Ctrl-^>']),
|
||||||
('enter-mode passthrough', ['<Ctrl-V>']),
|
('enter-mode passthrough', ['<Ctrl-V>']),
|
||||||
('quit', ['<Ctrl-Q>']),
|
('quit', ['<Ctrl-Q>']),
|
||||||
('scroll-page 0 1', ['<Ctrl-F>']),
|
('scroll-page 0 1', ['<Ctrl-F>']),
|
||||||
('scroll-page 0 -1', ['<Ctrl-B>']),
|
('scroll-page 0 -1', ['<Ctrl-B>']),
|
||||||
('scroll-page 0 0.5', ['<Ctrl-D>']),
|
('scroll-page 0 0.5', ['<Ctrl-D>']),
|
||||||
('scroll-page 0 -0.5', ['<Ctrl-U>']),
|
('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 2', ['<Alt-2>']),
|
||||||
('tab-focus 3', ['<Alt-3>']),
|
('tab-focus 3', ['<Alt-3>']),
|
||||||
('tab-focus 4', ['<Alt-4>']),
|
('tab-focus 4', ['<Alt-4>']),
|
||||||
@ -1652,7 +1652,7 @@ KEY_DATA = collections.OrderedDict([
|
|||||||
('tab-focus 6', ['<Alt-6>']),
|
('tab-focus 6', ['<Alt-6>']),
|
||||||
('tab-focus 7', ['<Alt-7>']),
|
('tab-focus 7', ['<Alt-7>']),
|
||||||
('tab-focus 8', ['<Alt-8>']),
|
('tab-focus 8', ['<Alt-8>']),
|
||||||
('tab-focus 9', ['<Alt-9>']),
|
('tab-focus -1', ['<Alt-9>', 'g$']),
|
||||||
('home', ['<Ctrl-h>']),
|
('home', ['<Ctrl-h>']),
|
||||||
('stop', ['<Ctrl-s>']),
|
('stop', ['<Ctrl-s>']),
|
||||||
('print', ['<Ctrl-Alt-p>']),
|
('print', ['<Ctrl-Alt-p>']),
|
||||||
|
Loading…
Reference in New Issue
Block a user