Skip to content

support Ctrl+[ to exit to normal (command) mode #17

@atihonovschi

Description

@atihonovschi

Can be added by adding additional condition to 'Escape' key check in on_key function:
change:
if ('' === c) {

to
if (('' === c) || ('[' === c && event.ctrlKey)) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions