Skip to content

close-active-view invoked with a keybinding crashes Nev with SIGSEGV #73

Description

@moigagoo

Here's my keybindings.json:

{
    "vim.normal": {
        "J": ["open-next-view", "**"],
        "K": ["open-prev-view", "**"],
        "D": ["close-active-view"],
        "F": [".format"],
    },
    "vim.insert": {
        "jj": ["set-mode", "vim.normal"]
    },
    "vim.completion": {
        "<DOWN>": ["select-prev-completion"],
        "<UP>": ["select-next-completion"]
    }
}

When I press D in normal mode, the editor crashes with SIGSEGV: Attempt to read from nil? and then stdout gets spammed with and endless stream:

asciicast

Image

Environment

WSL on Windows 11.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions