Skip to content
Discussion options

You must be logged in to vote

there's keymap and keymaps which both sound very confusing :(

There’s only one keymap table, no “keymaps”, but you’re correct it’s confusing and is on my target list to fix one day, the reason is because there are fzf shell keymaps keymap.fzf and neovim keymaps keymap.builtin which require knowledge how the plugin works behind the scenes.

In any event, from what I see in your config this is irrelevant as you’re trying to configure “actions” which is what happens when you select files, if you wish to combine these for all file-like entries (buffers, files, grep, lsp, etc), define your actions at the global level and they’ll apply to all.

require("fzf-lua").setup({
			"ivy",
			defaults =

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@halshar
Comment options

@halshar
Comment options

@ibhagwan
Comment options

@halshar
Comment options

@ibhagwan
Comment options

Answer selected by halshar
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