How do I use a visual selection in an ex command in vim? For example, suppose I have selected the text foo
, and I want to use this to run :! open http://hackage.haskell.org/package/foo
.
问问题
127 次
How do I use a visual selection in an ex command in vim? For example, suppose I have selected the text foo
, and I want to use this to run :! open http://hackage.haskell.org/package/foo
.