Add mapping to open telescope results in trouble

This commit is contained in:
Kenneth Benzie 2025-05-20 15:25:11 +01:00
parent 0f740ad8c0
commit 09534cf74c

View File

@ -16,11 +16,13 @@ return {
['<C-s>'] = 'select_horizontal', ['<C-s>'] = 'select_horizontal',
['<C-h>'] = 'preview_scrolling_left', ['<C-h>'] = 'preview_scrolling_left',
['<C-l>'] = 'preview_scrolling_right', ['<C-l>'] = 'preview_scrolling_right',
['<C-q>'] = require("trouble.sources.telescope").open,
}, },
n = { n = {
['<C-s>'] = 'select_horizontal', ['<C-s>'] = 'select_horizontal',
['<C-h>'] = 'preview_scrolling_left', ['<C-h>'] = 'preview_scrolling_left',
['<C-l>'] = 'preview_scrolling_right', ['<C-l>'] = 'preview_scrolling_right',
['<C-q>'] = require("trouble.sources.telescope").open,
} }
}, },
layout_config = { layout_config = {