Skip to content

Instantly share code, notes, and snippets.

@mgrzaslewicz
Last active September 11, 2020 07:25
Show Gist options
  • Select an option

  • Save mgrzaslewicz/690ee14a9aa758e063f792b81410d351 to your computer and use it in GitHub Desktop.

Select an option

Save mgrzaslewicz/690ee14a9aa758e063f792b81410d351 to your computer and use it in GitHub Desktop.
.sublime-keymap
[
{ "keys": ["k", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment