-
Hey all, if you set winopts.split = "enew", make a new split, and then launch fzf-lua, I expect it to switch just that window to the new buffer, but it does not work. instead by split gets deleted, and I end up with only one window with the new buffer. Any idea why? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I’m not sure but what exactly are you trying to achieve that isn’t possible with the documented split commands |
Beta Was this translation helpful? Give feedback.
-
You can perhaps try |
Beta Was this translation helpful? Give feedback.
You can perhaps try
:FzfLua files autoclose=false
but you’ll have to handle closing the window after aborting with ctrl-c/esc.