diff options
| author | Tae Sandoval <1188977+tssm@users.noreply.github.com> | 2021-02-04 21:03:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 15:03:40 -0500 |
| commit | d6ce595aba6667ac5b7b5d6fc12545fec24878fd (patch) | |
| tree | cfe91636210bb8bf18f5c31f974a3041800cd2f5 /lua/telescope/pickers.lua | |
| parent | 779704bf266c38f71e080599798cc4437393ce50 (diff) | |
feat: Open quickfix list on it's own action (#497)
Given that Telescope has a picker for quickfix items, opening its
window automatically isn't that useful, so this commit removes the call
from send_to_qflist and send_selected_to_qflist. Some users may prefer
the old behaviour though so a new action open_qflist was created.
To open quickfix with one key, you can do this:
```
["<C-q>"] = actions.send_to_qflist + actions.open_qflist,
```
Co-authored-by: Tae Sandoval <tssm@users.noreply.github.com>
Diffstat (limited to 'lua/telescope/pickers.lua')
0 files changed, 0 insertions, 0 deletions
