Skip to content

feature: support for mouse menus #772

@airtonix

Description

@airtonix

Started over here: #665 (reply in thread)

Neovim has some kind of api for right click context menu. Not surehow to use it myself, but it seems like we should be able to compose a set of commands for a variety of contexts and scenarios.

A good start might be to :

  • compose a function that given some context, emits a collection of valid mousemenu entries
  • create documentation that shows people how to compose their own NeoTree specific mousemenu enties

Contex should respond to the file/folder we clicked and any meta data it has that neotree knows about.

Entries to show would be anything in the ? popup that's relevant to the type of thing we're right clicking on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions