chrisbra / matchit

The matchit plugin from Vim
61 stars 9 forks source link

Don't map printable characters in the select mode #14

Closed k-takata closed 5 years ago

k-takata commented 5 years ago

Use xmap instead of vmap for printable characters as pointed out in #2. Mappings in the select mode have undesired side effects. (See also :help Select-mode-mapping)

chrisbra commented 5 years ago

thanks!