Skip to main content
Commonmark migration
Source Link

#Using vim

Using vim

Select the code, and paste it in to an empty vim terminal/screen.

Enter the following sequence:

:set ts=4
:set expandtab
:retab

Select the code out again.

#Using vim

Select the code, and paste it in to an empty vim terminal/screen.

Enter the following sequence:

:set ts=4
:set expandtab
:retab

Select the code out again.

Using vim

Select the code, and paste it in to an empty vim terminal/screen.

Enter the following sequence:

:set ts=4
:set expandtab
:retab

Select the code out again.

Source Link
rolfl Mod
  • 98.1k
  • 4
  • 117
  • 238

#Using vim

Select the code, and paste it in to an empty vim terminal/screen.

Enter the following sequence:

:set ts=4
:set expandtab
:retab

Select the code out again.

Post Made Community Wiki by rolflMod