Skip to content

Instantly share code, notes, and snippets.

@adityamenon
Created August 5, 2013 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityamenon/6157267 to your computer and use it in GitHub Desktop.
Save adityamenon/6157267 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings. Nothing fancy.
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["shift+delete"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
]
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by file type specific settings.
{
"translate_tabs_to_spaces": true,
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"copy_with_empty_selection": false,
"auto_find_in_selection": true,
"hot_exit": false,
"remember_open_files": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment