terryma / vim-expand-region

Vim plugin that allows you to visually select increasingly larger regions of text using the same key combination.
MIT License
1.1k stars 46 forks source link

insert of keymap instead expanding/shringkin #8

Closed thet closed 2 years ago

thet commented 10 years ago

instead of expanding / shrinking the selection, i get this inserted:

vmap v <Plug>(expand_region_expand)
vmap <C-v> <Plug>(expand_region_shrink)vmap v <Plug>(expand_region_expand)
vmap <C-v> <Plug>(expand_region_shrink)vmap v <Plug>(expand_region_expand)
vmap <C-v> <Plug>(expand_region_shrink)
thet commented 10 years ago

if i remove my custom key mapping, it still inserts random stuff.

thet commented 2 years ago

Stale issue.