An open API service indexing awesome lists of open source software.

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.

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).