How to use --bind "enter:become(nvim {+}) in environment variable FZF_CTRL_T_OPTS? #4727
Unanswered
sunbearc22
asked this question in
Q&A
Replies: 1 comment
-
|
I discovered that by replacing But according to documentation:
I don't understand why |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I run
fzf --multi --bind 'enter:become(vim {+})'from the command-line, nvim runs and is able to open the file when i pressEnter.But when I put these options in environmental variable, e.g.
after pressing
Ctrl+Tand pressingEnter, nvim does not appear and neither does the document. The terminal hangs and I have to pressCtrl+Cto return the command-line prompt.So how do I use
--multi --bind "enter:become(nvim {+})"in my options so than nvim can open the file that I had selected in fzf?Beta Was this translation helpful? Give feedback.
All reactions