Skip to main content
Specify Vim (would not work in standard Vi)
Source Link
Kusalananda
  • 356.2k
  • 42
  • 737
  • 1.1k

This will add a blank line after the current line in Vim:

:put _ 

Alternatively, specify a line at the start.

This will add a blank line after the current line:

:put _ 

Alternatively, specify a line at the start.

This will add a blank line after the current line in Vim:

:put _ 

Alternatively, specify a line at the start.

added 16 characters in body
Source Link
Michael Mrozek
  • 95.8k
  • 40
  • 245
  • 236

:put _ will This will add a blank line after the current line.:

:put _ 

Alternatively, specify a line at the start.

:put _ will add a blank line after the current line. Alternatively specify a line at the start

This will add a blank line after the current line:

:put _ 

Alternatively, specify a line at the start.

Source Link

:put _ will add a blank line after the current line. Alternatively specify a line at the start