7

non indented cursor

See above picture. My cursor is on line 23 at the start of the line in normal mode. What is a quick command to begin inserting at the correct indentation level?

brianc
  • 173

2 Answers2

12

An answer to this question on Stack Overflow indicates that:

'cc' will replace the contents of the current line and enter insert mode at the correct indentation

kenorb
  • 26,615
1

O and o will "open" a line above or below the current line, and at the correct indentation level.

kenorb
  • 26,615