Skip to content
Discussion options

You must be logged in to vote

Thanks for the reminder

{
    "ibhagwan/fzf-lua",
    config = function()
        vim.api.nvim_create_autocmd("FileType", {
            pattern = "fzf",
            callback = function()
                vim.keymap.set('t', '<C-j>', '<C-j>', { buffer = true })
                vim.keymap.set('t', '<C-k>', '<C-k>', { buffer = true })
            end,
        })
    end,
}

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by demopath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants