Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created February 6, 2015 18:47
Show Gist options
  • Save imarklee/f439885eb7a1e0bcd532 to your computer and use it in GitHub Desktop.
Save imarklee/f439885eb7a1e0bcd532 to your computer and use it in GitHub Desktop.
sublime key bindings
[
{ "keys": ["f1"], "command": "toggle_side_bar" },
{ "keys": ["f3"], "command": "find_next" },
{ "keys": ["f4"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} },
{ "keys": ["f10"], "command": "gist" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment