Question regarding new modifiers for terminal in 0.10 #1145
-
|
Hi @ibhagwan with the arival of 0.10, and the new support for |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @asmodeus812, I don't see any reason to use Line 249 in 213da0b Line 262 in 213da0b Opening a terminal window instead of a plain buffer has no advantage over |
Beta Was this translation helpful? Give feedback.
-
|
Sorry forgot about that one, yes indeed fzf lua is using termopen then it needs an empty unmodified buffer, we cant use :termianl. That seems to resolve my question. Thanks |
Beta Was this translation helpful? Give feedback.
Hi @asmodeus812, I don't see any reason to use
botright terminal, fzf-lua needs an empty buffer to work in so it can then runtermopeninside it:fzf-lua/lua/fzf-lua/fzf.lua
Line 249 in 213da0b
fzf-lua/lua/fzf-lua/fzf.lua
Line 262 in 213da0b
Opening a terminal window instead of a plain buffer has no advantage over
botright new, in fact it might even failtermopenif I recall correctly.