Skip to content

cibinmathew/sublime_quickfix_list

Repository files navigation

Quickfix List

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

Alt Text

  • Quickfix List: Next match: Go to next match
  • Quickfix List: Open quickfix list file: Open the custom file

How to Use

  • 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

Key bindings

No default keybinding is provided. Use below sample as necessary

[
    { "keys": ["ctrl+r"], "command": "quickfix_list" }
]

How to Install

Install with Package Control

Install Quickfix List using Package Control

OR Install manually

copy this repository into the Packages directory

  1. cd into the packages directory.
  2. clone
$ git clone git@github.com:cibinmathew/sublime_quickfix_list.git

TODOs

  • Submit to package control channel
  • Support relative path
  • Support search results panel
  • Add FAQ section to readme

Motivation

VIM quickfix list

Contributors

License

MIT License