Skip to content

Instantly share code, notes, and snippets.

@ryanlabouve
Created April 6, 2012 19:56
Show Gist options
  • Save ryanlabouve/2322528 to your computer and use it in GitHub Desktop.
Save ryanlabouve/2322528 to your computer and use it in GitHub Desktop.
Sublime text keybinding for reversing selecting lines
// 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