https://github.com/saneef/focustheoutputpanel
Uses 'Find in Files...' with results in the panel? This plugin will add keyboard shortcut to focus the panel.
https://github.com/saneef/focustheoutputpanel
sublime-text-3 sublime-text-plugin
Last synced: about 1 year ago
JSON representation
Uses 'Find in Files...' with results in the panel? This plugin will add keyboard shortcut to focus the panel.
- Host: GitHub
- URL: https://github.com/saneef/focustheoutputpanel
- Owner: saneef
- Created: 2019-03-14T10:28:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T21:22:38.000Z (about 7 years ago)
- Last Synced: 2025-03-09T14:38:07.333Z (over 1 year ago)
- Topics: sublime-text-3, sublime-text-plugin
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Focus the find results output panel
Uses 'Find in Files...' with results in the panel? This plugin will add keyboard shortcut super + shift + 0 to focus the panel. Works even better with [BetterFindBuffer](https://github.com/aziz/BetterFindBuffer) plugin.
## Installing
Clone this git repository into your [Packages Directory](http://sublimetext.info/docs/en/basic_concepts.html):
```bash
$ git clone https://github.com/saneef/FocusTheOutputPanel.git
```
## On Linux or Windows
If are on Linux or Windows add this line to your key bindings and customize the `keys`
```json
{ "keys": ["super+shift+0"], "command": "focus_the_find_results_panel" }
```
## License
This project is released under [The MIT License](http://www.opensource.org/licenses/mit-license.php).