Multiple line selection + tab doesn't indent code in python chunk in notebooks

I just recently started using python in R markdown notebooks via reticulate, and noticed that selecting multiple lines and pressing tab just deletes all lines and replaces them with a tab when writing in a python chunk, while the same thing causes all the lines to be indented by one tab in an R chunk.

Is there a way to set this behavior to be the same for all chunks?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.