Skip to content

Instantly share code, notes, and snippets.

@doofmars
Created January 16, 2015 17:08
Show Gist options
  • Save doofmars/d210857f9d3724c82584 to your computer and use it in GitHub Desktop.
Save doofmars/d210857f9d3724c82584 to your computer and use it in GitHub Desktop.
Mouse gestures to close and reopen a file
[
/*Additional sublime mouse gestures*/
{ "button": "button1", "count": 1, "modifiers": ["button2"], "command": "close"},
{ "button": "button3", "count": 1, "modifiers": ["button2"], "command": "reopen_last_file"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment