python - Can PyCharm's IdeaVim plugin be persuaded to use hard tabs? -


i'm vim user, @ work folks using pycharm, thought i'd @ least give pycharm serious try.

to make transition little less... well... repetitively typed, installed pycharm's ideavim plugin.

however, our coding style -requires- hard tabs, not spaces (yes, it's opposite of places today), , i'm having hard time getting ideavim insert hard tabs instead of 4 spaces.

i've tried :set noexpandtab (and :%retab), , i've tried ^v^i, neither seems working.

does have ideavim doing hard tabs? if yes, how?

thanks!

have set "use tab character" in "file | settings | editor | code style | python"? work expected ideavim disabled? please give code example , keystrokes expect tabs, got spaces instead.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -