Last active
May 18, 2019 10:46
-
-
Save tedz2usa/7c7fa1dead033d36149d to your computer and use it in GitHub Desktop.
My Sublime Text 3 Settings
This file contains 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
# 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