Author Topic: Make cursor keys move by a single space, not multiple spaces  (Read 804 times)

wellington2018

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
Make cursor keys move by a single space, not multiple spaces
« on: November 16, 2021, 11:46:32 PM »
When coding in Python, SlickEdit moves my cursor by two spaces instead of one when I used the left and right keys. This is presumably a reflection of the indent size I use.

I'd prefer SlickEdit to only move the cursor by one space. Which setting do I need to change to suppress the multiple space move?

(I am in no way denigrating the feature; it's just not what my ingrained muscle memory is accustomed to.)

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2899
  • Hero Points: 153
Re: Make cursor keys move by a single space, not multiple spaces
« Reply #1 on: November 17, 2021, 12:05:11 AM »
Are there real tab characters in the file?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6877
  • Hero Points: 530
Re: Make cursor keys move by a single space, not multiple spaces
« Reply #2 on: November 17, 2021, 04:06:19 AM »
Change "Cursor left/right in leading spaces" to "Move cursor by one physical character" (Tools>Options>Editing>Cursor Movement)

wellington2018

  • Junior Community Member
  • Posts: 8
  • Hero Points: 0
Re: Make cursor keys move by a single space, not multiple spaces
« Reply #3 on: November 18, 2021, 07:28:22 PM »
Thank you!

BTW, there are no tabs in the file.