In PyCharm, what is the keyboard shortcut (or menu command so I can define my own shortcut) to switch between windows in split screen?
To rephrase, when I can see two files on the screen, one in the left pane and the other in the right, how do I move the cursor from the left pane to the right pane without using the mouse?
In emacs, this would be "c-x o", but PyCharm interprets that as switching between tabs.
To switch between the different windows, you can use the combination alt + tab. This way, I'll select my active window on the left side. Same as before, by using Windows + up arrow I'm going to split the left screen as well.
Move the cursor from one panel to the other in split screen: To move the cursor from one panel to the other when the display screen is divided into two panels, use the SWAP PF key.
Good shortcuts to know for this is Ctrl+Shift+A for actions (then write "split" and choose what you want) and Ctrl+Shift+N for easily opening files. Show activity on this post. In PyCharm: Open two files, say stack.py, and test_stack.py.
in (pycharm version 3.4)
CTRL + TAB
key will show a window.
you can switch by using this window to other splited windows of pycharm.
Even, you can switch to project toolbox elements.
for shortcut configuration visit this site.
have fun with pycharm...
PyCharm 2018.1 (MacOS Highe Sierra)
Option + Tab
This option is called Goto Next Splitter
in Pycharm. In version 2018.3
(MacOS Mojave) the shortcut is Option + Tab
, but you can edit it easily:
Preferences
(cmd + ,)
-> Keymap -> Goto Next Splitter.
In Linux it can be achieved through the main menu:
Window -> Editor Tabs -> Goto Next Splitter
Unfortunately, there is no predefined shortcut for this operation. However, you can create your custom shortcut easy:
Settings -> Keymap
For those familiar with vim there is the IdeaVim extension for pycharm
and you can use vim key mapping:
for splitting a window:
ctrl + w + n # horizontally
ctrl + w + v # verically
for switching between splitted windows:
ctrl + w + [arrow]
ctrl-w + w
ctrl-w + W
switching by a number:
[number] + ctrl-w + w
PyCharm 3.4 (Windows)
CTRL + TAB
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With