-
|
I have this keymap, but I doesn't work like i expected keymap({ "c", "i" }, "<c-x><c-f>", "<cmd>FzfLua complete_path<cr>") |
Beta Was this translation helpful? Give feedback.
Answered by
ibhagwan
Apr 17, 2026
Replies: 1 comment 6 replies
-
|
It would be helpful to have more info, “not what I expected” is too vague to solve. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like you’re invoking the path complete from the command line mode?
This is not supported, it only works for insert/normal mode on a neovim buffer - it can t modify the command line