Using vim, I'd like to make a selection of lines and then perform a series of operations on them. The problem is that with each op vim exits visual mode and the lines have to be selected again. Any ideas? Thank you.
|
feedback
|
As far as I know there is no way to stay in Visual mode. If your having issues with indentation : e.g. selecting two lines, indent them and then having to reselect to indent again, it is quicker to use the | |||||||
feedback
|