Fix line lengths.
This commit is contained in:
parent
4fb026708b
commit
2d91ff3f5d
@ -1223,11 +1223,13 @@ KEY_DATA = collections.OrderedDict([
|
||||
('command-history-next', ['<Ctrl-N>']),
|
||||
('completion-item-prev', ['<Shift-Tab>', '<Up>']),
|
||||
('completion-item-next', ['<Tab>', '<Down>']),
|
||||
('command-accept', ['<Return>', '<Ctrl-J>', '<Shift-Return>', '<Ctrl-M>']),
|
||||
('command-accept', ['<Return>', '<Ctrl-J>', '<Shift-Return>',
|
||||
'<Ctrl-M>']),
|
||||
])),
|
||||
|
||||
('prompt', collections.OrderedDict([
|
||||
('prompt-accept', ['<Return>', '<Ctrl-J>', '<Shift-Return>', '<Ctrl-M>']),
|
||||
('prompt-accept', ['<Return>', '<Ctrl-J>', '<Shift-Return>',
|
||||
'<Ctrl-M>']),
|
||||
('prompt-yes', ['y']),
|
||||
('prompt-no', ['n']),
|
||||
])),
|
||||
|
Loading…
Reference in New Issue
Block a user