Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 505 Bytes

i_Ctrl-d.md

File metadata and controls

22 lines (13 loc) · 505 Bytes

insert mode Ctrl-d

Vim Reference

:help i_CTRL-D
:help i_0_CTRL-D
:help i_CTRL-T

Short Description

Remove indent level.

Example

In this example you can see how the indent level gets reduced. The great thing is that it doesn't matter where your cursor is in the line.

remove indent level

If you write a 0 (zero) and then press <C-d> then all indent levels are removed (and the zero). Weird, right?

remove all indent levels