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
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/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.