Enabling Quake Mode on Windows Terminal

Hello everyone,

I just got my hands on the new Windows Terminal preview and wanted to share how to enable “Quake Mode” which allows you to open a new terminal instance from anywhere in Windows by pressing the Win + ` key.

You must be using the late…


This content originally appeared on DEV Community and was authored by Michael Crump

Hello everyone,

I just got my hands on the new Windows Terminal preview and wanted to share how to enable "Quake Mode" which allows you to open a new terminal instance from anywhere in Windows by pressing the Win + ` key.

You must be using the latest version of Windows Terminal Preview.

Just place this code in your "actions" section:

{ "command": { "action": "globalSummon", "name": "_quake", "dropdownDuration": 200, "toggleVisibility": true, "monitor": "any", "desktop": "toCurrent" }, "keys": "win+`" },

Read the docs for more information on the Global Commands that you can use.

Or you can watch the video below and hopefully you'll find it helpful!

Video (6 mins)

Conclusion

Feel free to checkout my Twitch streams as we learn about security and app development or you can watch the condensed version of all of my streams by subscribing to my YouTube.

Stay connected with me on social platforms for daily software development news.

-Twitter | Twitch | Instagram | YouTube | GitHub | Website


This content originally appeared on DEV Community and was authored by Michael Crump


Print Share Comment Cite Upload Translate Updates
APA

Michael Crump | Sciencx (2021-05-26T03:59:10+00:00) Enabling Quake Mode on Windows Terminal. Retrieved from https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/

MLA
" » Enabling Quake Mode on Windows Terminal." Michael Crump | Sciencx - Wednesday May 26, 2021, https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/
HARVARD
Michael Crump | Sciencx Wednesday May 26, 2021 » Enabling Quake Mode on Windows Terminal., viewed ,<https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/>
VANCOUVER
Michael Crump | Sciencx - » Enabling Quake Mode on Windows Terminal. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/
CHICAGO
" » Enabling Quake Mode on Windows Terminal." Michael Crump | Sciencx - Accessed . https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/
IEEE
" » Enabling Quake Mode on Windows Terminal." Michael Crump | Sciencx [Online]. Available: https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/. [Accessed: ]
rf:citation
» Enabling Quake Mode on Windows Terminal | Michael Crump | Sciencx | https://www.scien.cx/2021/05/26/enabling-quake-mode-on-windows-terminal/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.