Skip to content

bug: scrollback/scroll flickering #106

@folke

Description

@folke

Did you check docs and existing issues?

  • I have read all the sidekick.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of sidekick.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

all

Operating system/version

all

Describe the bug

when in a tmux terminal and opening a prompt, it switches quickly between scrollback.
When blurring the terminal window, it seems to go into scrollback and scrolls somewhere to the middle.

Steps To Reproduce

open a tmux terminal

Expected Behavior

should not flickr and not open scrollback when not focused

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    { "folke/sidekick.nvim", opts = {} },
    -- add any other plugins here
  },
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions