Created
January 16, 2015 17:08
-
-
Save doofmars/d210857f9d3724c82584 to your computer and use it in GitHub Desktop.
Mouse gestures to close and reopen a file
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
Show hidden characters
| [ | |
| /*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