This tutorial is inspired from classic vimtutor. You will get to learn some handy shortcuts to work with Sublime Text 3. By the end of this tutorial, you would be familiar with ST's most important and frequently used shortcuts and features.
Via Package Control:
Install Package
and press enter.Sublime Tutor
and press enter to install the plugin.cd
into the Packages
directory of Sublime Text 3. On Mac, it usually
resides at the following path: ~/Library/Application Support/Sublime Text 3 /Packages/
. Alternatively you can open in via a menu item:
Preferences > Browse Packages...
git clone [email protected]:jai/sublimetutor.git
. Alternatively download and
extract the latest release for your platform here:
https://github.com/jaipandya/SublimeTutor/releasesIf you haven't already, install Sublime Tutor using the installation steps given above.
Once Sublime Tutor is installed, press Ctrl+Option+K
keyboard shortcut to open this file in Sublime Text. Another option is to go to
Help > Sublime Tutor
menu option to open this.
Via Command Palette:
Sublime Tutor
, select the first command that comes up to start the
interactive guide.Source: