wincent / scalpel

🔪 Fast within-file word replacement for Vim
MIT License
118 stars 4 forks source link

Work inside visual selections #2

Closed wincent closed 8 years ago

wincent commented 8 years ago

Think it may be possible to map <S-v> in normal mode to record the current word, then enter visual mode. Then inside visual mode, <Leader>e can operate on the range using the previously observed word as a seed.

wincent commented 8 years ago

Now on master.