Skip to content

Instantly share code, notes, and snippets.

@sharshenov
Created March 24, 2015 07:12
Show Gist options
  • Save sharshenov/a414add41a3bcc219c6e to your computer and use it in GitHub Desktop.
Save sharshenov/a414add41a3bcc219c6e to your computer and use it in GitHub Desktop.
Fix sublimetext closing on Ctrl+W
1. Select Preferences / Key Bindings(user)
2. Paste this:
```json
[
{ "keys": ["ctrl+w"], "command": "close_file" },
]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment