https://github.com/dresende/st2
My Sublime Text 2 preferences and plugins
https://github.com/dresende/st2
Last synced: 4 months ago
JSON representation
My Sublime Text 2 preferences and plugins
- Host: GitHub
- URL: https://github.com/dresende/st2
- Owner: dresende
- Created: 2011-06-14T22:23:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-01T13:49:16.000Z (over 14 years ago)
- Last Synced: 2025-01-02T02:44:30.165Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime Text 2
This is a repository with my user preferences and key bindings as well as
my plugins.
## Plugins
### Open Last Closed Files
Binding `Ctrl+Shift+T` to this plugin command ("open_last_closed_file"), the plugin will
behave just like in Firefox, opening the last files. For now, it can open the last 50
closed files (variable at the top of the plugin). Later on, I'll put this on settings.
### Toggle Quotes
Switch from " to ' using `Ctrl+Shift+Q`.
### Increase / Decrease a Number
Put the cursor(s) hover a number in a file. Press `Alt+Up` or `Alt+Down` and see for
yourself.
### Git
This is not a git integration, this plugin will just be a couple of tweaks to make my
life easier. For instance, it displays the remote git repository on the status bar when
you have a git file opened, it will show you a colored diff of the changes of your file
from the last commit and will show you also a colored status of the current repository.
To start press `Ctrl+Super+G` and choose from the list. You better know how to work with
git!
### Diff
Open 2 files, select the first tab and press `Ctrl+Super+D`. The module will add the file
to the queue. Now select the second tab and press again `Ctrl+Super+D`. The module will
pick the file on the queue and add this one, make a diff and opens a new tab with a .diff
file (the queue is then cleared and you can start over again).