Search Results

2
votes

How do I insert a linebreak where the cursor is without entering into insert mode in Vim?

If you're usually expanding a one line block to three lines, a simple substitution would work well. Change the opening bracket into bracket/return, and the closing bracket into return/bracket. …