Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigating fzf-lua preview not working after integrating this with wezterm #30

Open
kyapwc opened this issue Nov 12, 2023 · 0 comments
Open

Comments

@kyapwc
Copy link

kyapwc commented Nov 12, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant