NvChad / menu

Menu plugin for neovim ( supports nested menus ) made using volt
GNU General Public License v3.0
335 stars 5 forks source link

Feature request: Visual mode support #4

Closed Zeioth closed 6 days ago

Zeioth commented 1 week ago

Description

Clicking an element of the menu, currently exit visual mode, losing the current selection.

More info

In practice this mean we can't perform heavy operations over the selection, such as:

Some fast operations such as yank/paste/delete applied over visual selection currently work as expected because they are performed before nvmenu exit visual mode.

siduck commented 6 days ago

image

@Zeioth use gv to select last visual selection

image