Skip to content

Question regarding new modifiers for terminal in 0.10 #1145

Closed Answered by ibhagwan
asmodeus812 asked this question in Q&A
Discussion options

You must be logged in to vote

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 run termopen inside it:

local jobstart = opts.is_fzf_tmux and vim.fn.jobstart or vim.fn.termopen

jobstart(shell_cmd, {

Opening a terminal window instead of a plain buffer has no advantage over botright new, in fact it might even fail termopen if I recall correctly.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ibhagwan
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants