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.

Revisions

  1. doofmars created this gist Jan 16, 2015.
    5 changes: 5 additions & 0 deletions Default.sublime-mousemap
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    [
    /*Additional sublime mouse gestures*/
    { "button": "button1", "count": 1, "modifiers": ["button2"], "command": "close"},
    { "button": "button3", "count": 1, "modifiers": ["button2"], "command": "reopen_last_file"}
    ]