Skip to content

Instantly share code, notes, and snippets.

@oozemeister-xx
Created March 15, 2013 09:42
Show Gist options
  • Save oozemeister-xx/5168658 to your computer and use it in GitHub Desktop.
Save oozemeister-xx/5168658 to your computer and use it in GitHub Desktop.
testing....123
<?php
/**
* Sublime Text 2
* - Make a multi-line selection, or multiple selections
* - Press ctrl+alt+a on Windows and Linux, or cmd+ctrl+a on OS X
* @link http://wbond.net/sublime_packages/alignment
*/
$firstVar = 'test';
$secondVar = 'also here';
$thirdAndTheLastOne = 'press c i single quote';
$yeahItWorks = 'cool!';
one
two
three
four
five
six
seven
eight
nine
ten
# Modified from Sublime Text 2
@oozemeister-xx
Copy link
Author

This Gist has been aproved by Oozemeister

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment