Files
telescope.nvim/lua/telescope
Tae Sandoval d6ce595aba 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>
2021-02-04 15:03:40 -05:00
..
2020-12-13 11:49:14 +01:00
2021-01-11 13:29:37 -05:00
2020-10-27 23:33:49 -04:00
2020-12-09 15:46:41 -05:00
2020-12-09 15:46:41 -05:00
2021-01-11 13:29:37 -05:00
2020-11-23 09:29:10 -05:00
2021-01-27 17:22:11 +01:00
2021-01-18 17:53:52 +01:00
2020-12-09 15:46:41 -05:00
2020-09-23 12:12:37 -04:00