For example, instead of the following alignment:
std::cout << "Hello " << "Hello " << "world ";
I want left aligned operator << , like:
std::cout << "Hello " << " Hello " << "world ";
By default, Vim selects the first. It looks like it just increments the indent by one level for a new line.
So, is there a way I can get the second alignment by default?
PS I already tried the Align plugin, but it aligns the area in the table, for example:
std::cout << "Hello World" << "Hello " << "World" << "World Hello".
which I find too rare.
source share