-
builtin = {
["<M-p>"] = "toggle-preview",
} The line above in my config causes custom pickers to throw:
In native pickers, the key works as expected. Just fyi, I have I also noticed that custom pickers generally don't have any preview at all, so maybe that's related. Any help would be much appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
https://github.com/ibhagwan/fzf-lua/blob/main/lua%2Ffzf-lua%2Futils.lua#L1326 missing m in tbl |
Beta Was this translation helpful? Give feedback.
-
You can use |
Beta Was this translation helpful? Give feedback.
https://github.com/ibhagwan/fzf-lua/blob/main/lua%2Ffzf-lua%2Futils.lua#L1326
missing m in tbl