Sublime Forum

Time delay for multi key bindings

#1

In my keymap file, I have keymaps defined of the form:

[code] { “keys”: “j”, “k”], “command”: “exit_insert_mode”,
“context”:

        { "key": "setting.command_mode", "operand": false },
        { "key": "setting.is_widget", "operand": false }
    ]
},[/code]

About half the time I don’t manage to type the letters quick enough, so that “jk” prints a “j” then a “k” instead of triggering the command. Despite much searching, I haven’t been able to find out how to change the default time delay . Is it possible to do this?

Many thanks,
Tom

0 Likes