Closed dotfrag closed 3 weeks ago
@dotfrag This seems to be related to this Lualine commit. I reverted the commit to the previous one and it doesn't happen.
However, it only happens with Snacks.terminal
. The default Neovim terminal when opened with :terminal
doesn't seem to be affected from my tests, so it seems to be Snacks.terminal
with regards to recent Lualine commit related.
Would you be willing to re-open this, so that Folke can have a look?
@dpetka2001 this is a repro:
vim.cmd("botright 20 split")
vim.cmd.terminal()
vim.keymap.set("t", "<esc><esc>", "<C-\\><C-n>")
vim.opt_local.winbar = "title: %{b:term_title}" -- this causes the flickering
vim.cmd.startinsert()
Would be great if someone could report to lualine...
On an unrelated note could you help how to open the terminal in float
position by default? I tried
opts = {
terminal = {
win = {
position = "float",
},
},
}
but it's not working. But maybe I'm doing something wrong.
That was a bug. Just fixed it :)
not yet
nw it should be good
Thank you!!
I was meaning to open in this in LazyVim, sorry. Please close.
https://github.com/LazyVim/LazyVim/issues/4724