Skip to main content
added 41 characters in body
Source Link
D. Ben Knoble
  • 28.9k
  • 3
  • 35
  • 71

Using vi you should be able to type

Esc +

<Esc>:%left<CR> 

:%le to left-align the whole file.

Using vi you should be able to

Esc +

:%le

Using vi you should be able to type

<Esc>:%left<CR> 

to left-align the whole file.

Source Link

Using vi you should be able to

Esc +

:%le