Hello,
When I try moving a block of lines either left or right as follows:
:1,5<<
shifts block left 2 tabstops instead of 1
:1,5>>
shifts block right 2 tabstops instead of 1
If I just shift a single-line by pressing >> (not in : mode), it shifts 1 tabstop.
I don't know what setting in SlickEdit is being used. I use 4 spaces instead of tabs for indenting. So, the block is indented/unindented by 8 spaces instead of 4.
Also, here is the shiftwidth setting:
:set shiftwidth?
shiftwidth=4
Thanks for your help,
-Glenn