Skip to content

how to add new keymap / actions without removing the default one #1327

Answered by ibhagwan
WilliamHsieh asked this question in Q&A
Discussion options

You must be logged in to vote

Update fzf-lua, post bd291dc you can now do:

```lua
reqire("fzf-lua").setup({
  keymap = {
    fzf = {
      true,  -- inherit defaults
      ["ctrl-q"] = "select-all+accept"
    }
  },
})

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ibhagwan
Comment options

@ibhagwan
Comment options

Answer selected by ibhagwan
@WilliamHsieh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants