From ef5a7d7c23622457ccc42399ba829f4cc5723a83 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Fri, 30 Jun 2023 11:27:27 -0500 Subject: [PATCH] added: telescope insert mode keybindings --- lua/plugins/telescope.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index c3d6607..0e9c002 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -51,6 +51,11 @@ return { [''] = actions.delete_buffer + actions.move_to_top, [''] = actions.move_selection_next, [''] = actions.move_selection_previous, + [''] = actions.preview_scrolling_down, + [''] = actions.preview_scrolling_up, + [''] = actions.select_vertical, + [''] = actions.select_horizontal, + [''] = actions.smart_add_to_qflist, }, }, }, -- 2.44.2