Add Ctrl-M as keybind for command-accept
This commit is contained in:
parent
903d437943
commit
8806aac362
@ -1223,7 +1223,7 @@ KEY_DATA = collections.OrderedDict([
|
|||||||
('command-history-next', ['<Ctrl-N>']),
|
('command-history-next', ['<Ctrl-N>']),
|
||||||
('completion-item-prev', ['<Shift-Tab>', '<Up>']),
|
('completion-item-prev', ['<Shift-Tab>', '<Up>']),
|
||||||
('completion-item-next', ['<Tab>', '<Down>']),
|
('completion-item-next', ['<Tab>', '<Down>']),
|
||||||
('command-accept', ['<Return>', '<Ctrl-J>', '<Shift-Return>']),
|
('command-accept', ['<Return>', '<Ctrl-J>', '<Shift-Return>', '<Ctrl-M>']),
|
||||||
])),
|
])),
|
||||||
|
|
||||||
('prompt', collections.OrderedDict([
|
('prompt', collections.OrderedDict([
|
||||||
|
Loading…
Reference in New Issue
Block a user