OneTouchForHeight
OneTouchForHeight

Reputation: 139

Slide the slected code left in pycharm editor

I want to slide the code left by selected multiple lines in PyCharm editor.I remember tab is used for sliding right but is stuck how can we shift the code left.

Upvotes: 1

Views: 757

Answers (1)

thorndeux
thorndeux

Reputation: 317

Select the lines you want to unindent and hit Shift + Tab.

Upvotes: 3

Related Questions