-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi, recently I have switched to Wezterm and moved away from tmux, everything is very good but recently I came across a small problem.
I am using the fzf-lua plugin https://github.com/ibhagwan/fzf-lua and using the :lua require("fzf-lua").files()<CR>
command on a regular basis.
With below mappings
local navigator = require('Navigator')
navigator.setup()
vim.keymap.set({'n', 't'}, '<C-h>', navigator.left, { noremap = true })
vim.keymap.set({'n', 't'}, '<C-l>', navigator.right, { noremap = true })
vim.keymap.set({'n', 't'}, '<C-k>', navigator.up, { noremap = true })
vim.keymap.set({'n', 't'}, '<C-j>', navigator.down, { noremap = true })
it seems like my <C-k>
and <C-k>
to move across files is not working on the telescope window, could you point me in the right direction for this? Much appreciated!
Metadata
Metadata
Assignees
Labels
No labels