[Tools]Sublime Text Shortcuts
keyword: Sublime Text Shortcuts, Hotkey
Navigation
Alt + -
: cursor jump back.
Alt + Shift + -
: cursor jump forward.
Ctrl + .
: goto next modification (edit).
Ctrl + ,
: goto previouse modification.
Encoding
How to change file encoding format?
Go to menu: Preferences > Settings
File : Preferences.sublime-settings
Write this : "show_encoding" : true,
Then you can change encoding at the bottom:
Origin:
https://stackoverflow.com/a/26431781/1645289
How to show icon in right click menu
Navigate Computer\HKEY_CLASSES_ROOT\*\shell\Open with Sublime Text
in registry editor, create a new sring value named “Icon” and give it the value you install directory path to the sublime_text.exe.
Oirgin:
https://forum.sublimetext.com/t/adding-the-sublime-icon-to-the-right-click-context-menu/55467
“Where wisdom reigns, there is no conflict between thinking and feeling.” ― Carl Gustav Jung