Created
February 4, 2015 01:30
-
-
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]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{"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