Skip to content

Instantly share code, notes, and snippets.

@pchw
Created February 4, 2015 01:30
Show Gist options
  • Save pchw/17b364bc3a4405fe8b01 to your computer and use it in GitHub Desktop.
Save pchw/17b364bc3a4405fe8b01 to your computer and use it in GitHub Desktop.
ST3 keymap[Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-keymap]
[
{"keys": ["ctrl+a"], "command": "move_to", "args": {"to": "bol", "extend": false }},
{ "keys": ["ctrl+s"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["ctrl+r"], "command": "show_panel", "args": {"panel": "find", "reverse": true} },
{ "keys": ["ctrl+s"], "command": "find_next", "context":
[{"key": "panel", "operand": "find"}, {"key": "panel_has_focus"}]
},
{ "keys": ["ctrl+r"], "command": "find_prev", "context":
[{"key": "panel", "operand": "find"}, {"key": "panel_has_focus"}]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment