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?