summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
authorTae Sandoval <1188977+tssm@users.noreply.github.com>2021-02-04 21:03:40 +0100
committerGitHub <noreply@github.com>2021-02-04 15:03:40 -0500
commitd6ce595aba6667ac5b7b5d6fc12545fec24878fd (patch)
treecfe91636210bb8bf18f5c31f974a3041800cd2f5 /lua/telescope/pickers.lua
parent779704bf266c38f71e080599798cc4437393ce50 (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