Skip to content

Instantly share code, notes, and snippets.

@kuntau
Created August 11, 2013 01:41
Show Gist options
  • Save kuntau/6203007 to your computer and use it in GitHub Desktop.
Save kuntau/6203007 to your computer and use it in GitHub Desktop.
My sublime text 3 keybinding
[
{
"keys": ["j", "j"], "command": "set_action",
"args": {"action": "vi_esc"},
"context":
[
{"key": "vi_mode_insert"},
{"key": "vi_is_buffer"}
]
},
{
"keys": ["ctrl+q"], "command": "set_action",
"args": {"action": "vi_enter_visual_block_mode"},
"context":
[
{"key": "vi_use_ctrl_keys"},
{"key": "vi_mode_normal"}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment