mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 04:24:48 +03:00
Merge remote-tracking branch 'lenormf/patch-15'
This commit is contained in:
commit
2eb6b14b14
@ -2229,7 +2229,7 @@ const CommandDesc menu_cmd = {
|
||||
const CommandDesc on_key_cmd = {
|
||||
"on-key",
|
||||
nullptr,
|
||||
"on-key <command>: wait for next user key and then execute <command>, "
|
||||
"on-key [<switches>] <command>: wait for next user key and then execute <command>, "
|
||||
"with key available in the `key` value",
|
||||
ParameterDesc{
|
||||
{ { "mode-name", { true, "set mode name to use" } } },
|
||||
|
Loading…
Reference in New Issue
Block a user