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

Problems with remapping keys #10

Closed Quintasan closed 7 years ago

Quintasan commented 9 years ago

This is probably an issue with my configuration but I'm stumped.

I have installed the plugin via Vundle and remapped the expand and shrink functions using vmap vmap v (expand_region_expand) vmap (expand_region_shrink)

But now I get :call <SNR>7_NextTextObject('i') every time I try to expand the selected region. What am I doing wrong?