Skip to content

BUG: neovim has a panic attack when opening BetterTerm with scratchpad opened #15

@Maritsu

Description

@Maritsu

i use CRAG666's BetterTerm plugin for terminal management and this plugin for noting down things on-the-fly. however, when I have the scratchpad opened and open BetterTerm (MWE snippet that adds the keymap to open the terminal below), Neovim suddenly has a panic attack and everything gets resized weirdly (see screenshot below snippet).

require("betterTerm").setup({})
vim.keymap.set({"n","t"}, "<leader>to", require("betterTerm").open)

image

for clarification:

  • opening the scratchpad after opening the terminal works fine
  • opening the terminal with the scratchpad closed works fine
  • opening the terminal with the scratchpad open causes issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions