more config for telescope

This commit is contained in:
jc 2023-08-25 21:31:36 -04:00
commit 098be626df
No known key found for this signature in database

View file

@ -39,6 +39,8 @@ return {
['d'] = fb_actions.remove,
['<C-s>'] = function(bufnr) actions.select_vertical(bufnr) end,
['<C-a>'] = function(bufnr) actions.toggle_all(bufnr) end,
['<C-d>'] = function(bufnr) actions.move_selection_next(bufnr) end,
['<C-u>'] = function(bufnr) actions.move_selection_previous(bufnr) end,
}
}
},