Well, I have also vim-plugin, so it's an extra pro...
# getting-started
v
Well, I have also vim-plugin, so it's an extra problem to find shortcut (trial and error) + window manager grabs all
Cmd+...
shortcuts
m
I live in intellij so I just use it's shortcuts. But yes, I can see having vim or similar key shortcuts causing issues. I still use the older Mac mappings because I also work on lijux/windows and those are closer. Had to disable a bunch of Mac shortcuts to do it, though.
v
To be honest, I did not find a function to maximize tab to assign a shortcut, unfortunately. Also spoiled all tool window sizes, so I've dug into project's config to adjust windows' sizes manually 🙁
m
Back at computer. I may have mis-understood what you were looking for. What I gave you was the shortcut for expanding a tool window (run, version control, project etc). You said double-click tab, so I’m thinking you meant the editor/code tab.
If so, the keyboard shortcut for that is cmd-shift-f12. It appears on the Window.. Active Tool Window menu. It’s called
Hide all windows
if you have some tool windows open, and ’Restore Windows` if the editor is maximized. Same keyboard shortcut, so it’s like a toggle.
v
OMG, @Mike, thanks, it's not obvious name for the function 😁 And it's exactly what I needed
Yes, it's exact name is Hide All Tool Windows, I have reassigned
Shift+Esc
from Hide Active Tool Window (I think the latter is not quite useful). And It was
Ctrl+Shift+F12
which is not quite convenient, 'cause in my system any
Ctrl+Shift
is intercepted for the layout switch. Now
Shift+Esc
only 😊