lewis6991 / satellite.nvim

Decorate scrollbar for Neovim
MIT License
542 stars 20 forks source link

fix(mark): exclude select mode from mark mapping #39

Closed utilyre closed 1 year ago

utilyre commented 1 year ago

Previously the m key was kind of blocked in the select mode, although with this patch, the select mode is excluded from the mapping.

NOTE: Neovim does NOT set marks in select mode.