简体   繁体   中英

Keyboard Shortcut to go full screen in Webstorm/IntelliJ Terminal tool window from terminal?

I googled but have not found any solving documentation/thread regarding this:

Is there a way to set keyboard shortcut to go full screen in Webstorm Terminal tool window from Terminal window?

I know shortcut shift+Command+' but that doesn't work for me inside terminal. I know by double clicking it you can toggle it to full screen but wondering that is it possible to set keyboard shortcut to do it as I do this operation often.

Try the "Maximize tool window" command in the menu - Window -> Active Tool Window -> Maximize tool window

从主工具栏菜单

Or from terminal tool menu - Resize -> Maximize tool window

从终端工具菜单

Warning! The following shortcut only works if "Override IDE shortcuts" option is disabled

To map a shortcut to this, open the Preferences dialog and type "Maximize tool window" to search the settings. It should find a match in the keymap section, and you can then use it to assign a shortcut.

webstorm 的图像最大化工具窗口设置

It will warn you if you already have something assigned to your choice.

Warning! The following option will cause some problems in Terminal, for example, editing in vim ( Esc key) etc.

Also, you can to checkout the "Override IDE shortcuts" setting in the Terminal section of the Preferences. This is enabled by default - I turn it off and find it resolves a lot of niggles I have with using the terminal. The shortcut above only works if it's disabled.

结帐覆盖 IDE 快捷方式

在 Mac 中 cmd+shift+fn+12 可以解决问题

I mostly like zen mode - cmd(ctrl)+K,Z

enter image description here

Double press 'escape' from anywhere will bring you back to editor tab.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM