#ToggleExclude
ToggleExclude is a plugin that adds conditional excluded file / folder list to Sublime Text 3, allowing you to browse / search code faster.
Using Sublime Package Control
- Open the Sublime Text command palette
- Select Package Control: Install Package
- Select ToggleExclude
- Open the Sublime Text command palette
- Type ToggleExclude to see the available options
- Open the Sublime Text menu
- Select Preferences
- Select Keys Bindings - User
Add a tuple where the command key is toggle_exclude.
[{"keys": ["ctrl+shift+t"], "command": "toggle_exclude"}]If you're not familiar with Sublime keymaps read Customizing Sublime Text Key Bindings and Key Bindings
In lieu of a formal styleguide, take care to maintain the existing coding style.
Pull requests with common and safe exclude patterns are welcome.
