Mark's Blog About Search Activity

Sublime Text 2 preferences

Preferences.sublime-settings

{
 "save_on_focus_lost": true,
 "tab_size": 2,
 "translate_tabs_to_spaces": true
}

Default (OSX).sublime-keymap

[
// open anything
{ "keys": ["super+shift+n"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}}, 
// reveal in sidebar
{ "keys": ["alt+f1"], "command": "reveal_in_side_bar" }, 
// goto line
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]

more

If you liked this post, you can share it with your followers or follow me on Twitter!
comments powered by Disqus