I would like to be able to type <enter> or Ctrl-J
in insert mode and open a new line indented one
more tab than the previous:
example - type "block: []"
move cursor between the braces
type Ctrl-J
result might be:
block: [
]
alternatively, a normal mode approach would be as desirable.
Any references to discussions on this topic, Help commands
or plugins would be welcome.
thanks
tim