josean-dev / dev-environment-files

2.98k stars 800 forks source link

Telescope: <C-k>, <C-j>, <C-q> no effect #41

Closed jopi99 closed 11 months ago

jopi99 commented 1 year ago

Hi Josean,

Thank you very much for your really valuable and instructive video. Neovim has fantastic possibilities.

I have now discovered a problem that I could not solve until now.

The keybindings

        ["<C-k>"] = actions.move_selection_previous, -- move to prev result,
        ["<C-j>"] = actions.move_selection_next, -- move to next result,
        ["<C-q>"] = actions.send_selected_to_qflist + actions.open_qflist,

have no effect on me. The arrow keys work for up and down. and also work (code in the right window scrolls up and down page by page). I am using macOS 11.7.10 and iTerm2. Do you have a tip for me?

Thanks in the advance