Skip to content

Instantly share code, notes, and snippets.

@tedz2usa
Last active May 18, 2019 10:46
Show Gist options
  • Save tedz2usa/7c7fa1dead033d36149d to your computer and use it in GitHub Desktop.
Save tedz2usa/7c7fa1dead033d36149d to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
# Key Bindings – User
{
"keys" : ["f5"],
"command" : "refresh_folder_list"
}
# (Below may not be necessary anymore...)
# Do not reopen files/folders from last session.
"hot_exit": false,
"remember_open_files": false,
# Correct order of tab navigation with Ctrl+Tab, Ctrl+Shift+Tab.
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment