fix issue with lazygit

This commit is contained in:
Walter Jenkins 2025-08-13 00:52:52 -05:00
commit ff42b77215
5 changed files with 98 additions and 41 deletions

View file

@ -26,11 +26,14 @@ return {
require('telescope').setup {
defaults = {
winblend = 0,
mappings = {
i = {
['<C-k>'] = actions.move_selection_previous, -- move to prev result
['<C-j>'] = actions.move_selection_next, -- move to next result
['<C-l>'] = actions.select_default, -- open file
-- Enable paste from system clipboard
['<C-r>'] = actions.paste_register,
},
n = {
['q'] = actions.close,