Skip to main content
edited tags; edited tags
Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

When I open my .java file atin vim, I could see a couple of lines prefixed with one  /more more ^I charactercharacters. It looks like tabs in Eclipse that has got converted into ^I. 

I would like to replace a single ^I into spaces with 4 charactercharacters. E

E.g

^I^I^I^IList<History> rulePackagesHistory = result.getHistory();

How can do that in vim editor?

When I open my .java file at vim, I could see couple of lines prefixed with one/more ^I character. It looks tabs in Eclipse has got converted into ^I. I would like to replace single ^I into spaces with 4 character. E.g

^I^I^I^IList<History> rulePackagesHistory = result.getHistory();

How can do that in vim editor?

When I open my .java file in vim, I could see a couple of lines prefixed with one  / more ^I characters. It looks like tabs in Eclipse that has got converted into ^I. 

I would like to replace a single ^I into spaces with 4 characters.

E.g

^I^I^I^IList<History> rulePackagesHistory = result.getHistory();

How can do that in vim editor?

code highlight, adding tags
Source Link
Volker Siegel
  • 17.8k
  • 6
  • 56
  • 81

When I open my .java file at vim, I could see couple of lines prefixed with one/more ^I charectercharacter. It looks tabs in Eclipse has got converted into ^I. I would like to replace single ^I into spaces with 4 character. E.g

^I^I^I^IList<History> rulePackagesHistory = result.getHistory();

How can do that in vim editor?

When I open my .java file at vim, I could see couple of lines prefixed with one/more ^I charecter. It looks tabs in Eclipse has got converted into ^I. I would like to replace single ^I into spaces with 4 character. E.g

^I^I^I^IList<History> rulePackagesHistory = result.getHistory();

How can do that in vim editor?

When I open my .java file at vim, I could see couple of lines prefixed with one/more ^I character. It looks tabs in Eclipse has got converted into ^I. I would like to replace single ^I into spaces with 4 character. E.g

^I^I^I^IList<History> rulePackagesHistory = result.getHistory();

How can do that in vim editor?

Source Link
Loading