https://github.com/godbout/tetrapack
plugin for the sublime 'Sublime Text 2' editor that will make your hands stand still
https://github.com/godbout/tetrapack
Last synced: 2 months ago
JSON representation
plugin for the sublime 'Sublime Text 2' editor that will make your hands stand still
- Host: GitHub
- URL: https://github.com/godbout/tetrapack
- Owner: godbout
- Created: 2011-09-18T12:22:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-01T09:59:19.000Z (over 13 years ago)
- Last Synced: 2025-02-06T02:19:33.033Z (4 months ago)
- Homepage: http://www.sublimetext.com/2
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WHY TETRAPACK? #
I am a big defender of animals rights therefore I hate that people who work with a computer always keep on disturbing and maltreating their mouse. Also (for very intimate reasons) I don't like using the common arrow keys to move my cursor in text editors. And to finish, I hate Microsoft Office and love peanut butter and Tsing Tao beer.
# SO WHAT DOES TETRAPACK BRING ME? #
The purpose of the TetraPack is to move your little hands as less as possible when using the sublime "Sublime Text 2" text editor.
So you'll get some cool nice shortcuts (mainly optimized for programmation in PHP for the moment).# WHY 'TETRAPACK'? #
No idea. Just poppep up in mind and I think it sounds great, not to say sublime.
# WHAT IS AVAILABLE NOW? #
* a cool macro to add a semicolon (;) at the end of a line and to go to the next line afterward (ok, it's like the command+return on Mac but with adding a (;) at the end of the line)
* a cool macro to just add a semicolon (;) at the end of a line, WITHOUT going to return. Sounds gay but actually I find it pretty useful in my workflow, when you're correcting something rather than writing a bunch of lines of code.# WHAT IS COMING NEXT? #
* go to next closing bracket
* go to previous opening bracket
* any ideas of what you would find useful?