So something that I has been bugging me for a while is not knowing how to "back tab" (I guess??) a block of code. Or "Un-indent" Im not sure what exactly to call it but you probably get the idea. I know that in most coding text editors and IDE's you can highlight a block of code and press TAB and it will indent that whole block of code. And thats really useful when you are adding block statements and functions etc... But what would also be really useful is the exact opposite. To highlight a block of code and set it back an indent or two. I know its possible. I've seen other coders do it on youtube but I dont know how. I do prefer Pycharm but even if you know the shortcut in another editor please let me know, it might help me somehow.