Search code examples
pythonpycharmeditorkeyboard-shortcuts

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.


Solution

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