Skip to content

Instantly share code, notes, and snippets.

@eloyz
Created March 26, 2013 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eloyz/5244511 to your computer and use it in GitHub Desktop.
Save eloyz/5244511 to your computer and use it in GitHub Desktop.
This is a mouse binding that lets you keep the column select feature in Sublime Text 2 If you're using the CodeIntel plugin it gets overwritten, this is a way of bring it back. Not sure how to keep both bindings. Sublime > Preferences > Package Settings > SublimeCodeIntel > Mouse Bindings - User
[
{
"button": "button1", "modifiers": ["alt"],
"press_command": "drag_select",
"press_args": {"by": "columns"}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment