Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An interactive in-editor keyboard shortcuts tutorial for Sublime Text 3
| Date | Stars |
|---|---|
| 2026-07-24 | 340 |
| 2026-07-25 | 340 |
| 2026-07-28 | 340 |
| 2026-07-30 | 340 |
| 2026-08-06 | 340 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
Sublime Tutor
==============

_______. __ __ .______ __ __ .___ ___. _______
/ || | | | | _ \ | | | | | \/ | | ____|
| (----`| | | | | |_) | | | | | | \ / | | |__
\ \ | | | | | _ < | | | | | |\/| | | __|
.----) | | `--' | | |_) | | `----.| | | | | | | |____
|_______/ .___________.________ |.___________.|________|.________|
| | | | | | |/ __ \ | _ \
`---| |----| | | | `---| |----| | | | | |_) |
| | | | | | | | | | | | | /
| | | `--' | | | | `--' | | |\ \----.
|__| \______/ |__| \______/ | _| `._____|
FOR SUBLIME TEXT 3
Sublime Text 3 is a powerful and easy to use text editor. An ultra simple user
interface beautifully hides all the complexity behind. You can start using the
editor without knowing any details, which is great for beginners.
When I started using Sublime Text, I was a migrant from the world of TextMate
and Vim. While a lot of keyboard shortcuts and features were similar to
TextMate, some looked alien as well. Earlier, when I was learning Vim, I had
found vimtutor to be of great help. In my early days with Sublime, I was
looking for a similar solution which could interactively teach new shortcuts
inside the editor itself.
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.
The tutorial uses spaced repetition technique to make sure that your newly
acquired skills are well persisted.
Requirements
-------------
You have Sublime Text 3 installed on your system. If not, you can download it
from here: https://www.sublimetext.com/3. In case if you are on version 2, you
can clone this GIT repository on your system and follow the instructions in
`tutorial` directory inside. Some shortcuts and features discussed would be
ST3 only, but you'd know about it then.
Having said that, there is no reason that you should be using Sublime Text 2. A
lot of improvements have been made since the version 2 and the latest version
is stable enough to do most of the things. Unless, your life depends on a plugin
that is only supported by ST2. I can't help you then.
Installation
-------------
Via [Package Control](https://Sublime.wbond.net/):
1. Install [Package Control](https://Sublime.wbond.net/) if already not installed:
https://packagecontrol.io/installation#st3
2. Press <kbd>Cmd</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> to bring command palette
in front
3. Type `Install Package` and press enter.
4. Search for `Sublime Tutor` and press enter to install the plugin.
### Manual Installation:
1. Make sure you have [git][1] already installed.
2. `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...`
3. Once you are inside Packages directory, clone this repository:
`git clone [email protected]:jaipandya/SublimeTutor.git`. Alternatively download and
extract the latest release for your platform here:
https://github.com/jaipandya/SublimeTutor/releases
4. Restart Sublime Text
Getting Started
----------------
If you haven't already, install Sublime Tutor using the installation steps
given above.
Once Sublime Tutor is installed, press <kbd>Ctrl</kbd>+<kbd>Option</kbd>+<kbd>K</kbd>
keyboard shortcut to open this file in Sublime Text. Another optioExcerpt of 5,607 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b73c57d3113340ac, topic:tutorial, desc:tutorial, readme:tutorial