Created
April 6, 2012 19:56
-
-
Save ryanlabouve/2322528 to your computer and use it in GitHub Desktop.
Sublime text keybinding for reversing selecting lines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Add to 'Default (OSX).sublime-keymap' | |
// Reverse selected lines. | |
[ | |
{ "keys": ["super+shift+r"], "command": "permute_lines", "args": {"operation": "reverse"} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment