Tab size in vim mode

Hello CM users,

where I should change tab indent size in visual mode. I’m using combination: “Shift-V” ; selecting some lines ; “>” and tab size is 4 spaces but I set up in editorOptions 6 spaces (tabSize: 6) - it works fine in insert mode when I press Tab key.

Did you set the indentUnit option to 6 as well? That appears to be what ‘>’ is using.

No, I missed this option, sorry. Now works fine.