We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb824b commit 5640d37Copy full SHA for 5640d37
lua/kickstart/plugins/telescope.lua
@@ -63,6 +63,10 @@ return {
63
['<C-k>'] = 'move_selection_previous',
64
['<C-u>'] = 'preview_scrolling_up',
65
['<C-d>'] = 'preview_scrolling_down',
66
+ ['<C-s><C-q>'] = function(p_bufnr)
67
+ require('telescope.actions').smart_send_to_qflist(p_bufnr)
68
+ vim.cmd 'cw'
69
+ end,
70
},
71
72
0 commit comments