kovisoft / slimv

Official mirror of Slimv versions released on vim.org
454 stars 60 forks source link

Normalize all normal commands to normal! #140

Closed remexre closed 1 month ago

remexre commented 1 month ago

Resolves #139. which-key.nvim maps v to its own thing, so normal v won't actually put you into visual mode. Using normal! resolves this.