|
Thanks for adding support for fzf-lua! I've switched from Telescope only yesterday and can't make Is there a default mapping? If so, is it tied to default fzf-lua actions/keymaps? Because I don't have explicit If I want to manually add a mapping, will it work with fzf-lua? And what do I put in What is meant by Thanks in advance! |
Answered by
cameronr
Aug 20, 2025
Replies: 1 comment 12 replies
12 replies
Answer selected by
shushtain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

ctrl-d is the default delete session keymap
Can you send a screenshot of what it looks like for you? It should show the keymaps by the input field like this:
But if it can't load fzf for some reason, it'll fall back to vim.ui.select and I'm wondering if that's what's happening. I'll add some checking to that code in a bit.
For fzf, it doesn't use the mode field at all so you can just put "i". The session fzf picker has multi-select disabled, so you should just be able to have the session highlighted and press the delete keymap and it should delete the session.