Switch between editor windows shortcut

Hi!
I am trying to find how to switch/toggle between editor windows which are not docked.
e.g.:
I am working on a scene and then decided to change amplify shader. Fullscreen window will pop (which is great), but in order to see the result I have two options : 1) drag window by mouse 2) close completely and then reopen.

I feel it wastes a lot of time and breaks the flow(

Upd0:
ok one option is to doc the window somewhere small and then click to focus Shift + Space to maximize/minimize. Not ideal but “kind of” works

running on windows 10

I faced the same issue about switching windows. Because I didn’t find any other plugin I created a vim-like tool for rapid navigation. Check it out GitHub - NickKhalow/VimyUnity: Vim-like experience in Unity. Mouseless navigation and more

1 Like

Wow that is really cool, thank you!