When working with Python Interactive windows in VS Code, I find the following behaviour irritating:
When typing commands into the field at the bottom (where it says "Type 'python' code here and press Enter to run), these commands are added to some sort of history. Using Cursor-Up and Cursor-Down I can go back and forth through the commands I typed in a session. However, changing direction requires two key presses, because the first key press will bring the cursor only to the end or beginning of the line. This typically happens when searching for previously typed commands and whizzing past them with one too many presses of Cursor-Up, then having to press Cursor-Down two times to get to that command. Can this be changed?