Inspired by vim quickfix and location list,
This Sublime Text
plugin provides an easy way to navigate back and forth through list of files populated by grep, fzf, search results etc
Quickfix List: Next match
: Go to next matchQuickfix List: Open quickfix list file
: Open the custom file
- Save/open
quickfix_custom_file
. By default it is located at~/.sublime_quickfix_list
grep -inH quick "${PWD}"/*.py > ~/.sublime_quickfix_list
- From Command palette, run
Quickfix List: Next match
No default keybinding is provided. Use below sample as necessary
[
{ "keys": ["ctrl+r"], "command": "quickfix_list" }
]
Install with Package Control
Install Quickfix List
using Package Control
copy this repository into the Packages directory
- cd into the packages directory.
- clone
$ git clone git@github.com:cibinmathew/sublime_quickfix_list.git
- Submit to package control channel
- Support relative path
- Support search results panel
- Add FAQ section to readme