Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.
| Action | Windows/Linux | macOS |
|---|---|---|
| New window | Ctrl+Shift+N | Cmd+N |
| Close window | Alt+F4 | Cmd+Shift+W |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
https://daringfireball.net/projects/markdown/syntax#precode
syntax
\*literal asterisks\*
output
*literal asterisks*
| document.querySelector("pb-coupon-center").shadowRoot.querySelectorAll("pbc-coupon").forEach(c => { | |
| c.shadowRoot.querySelector("pbc-coupon-call-to-action").shadowRoot.querySelector(".not-activated")?.click(); | |
| }); | |
| if (confirm("Fertig. Seite neu laden?")) { | |
| location.reload(); | |
| } |
Disclaimer: This is just a purely cosmetical change of the gist by aamiaa
Note
This no longer works in browser! If you absolutely need to use browser instead of desktop app, use an extension to add the string Electron/ anywhere in your user-agent.
Note
This no longer works if you're alone in vc! Somebody else has to join you!
[!TIP]
| #include <windows.h> | |
| void SetWindowBlur(HWND hWnd) | |
| { | |
| const HINSTANCE hModule = LoadLibrary(TEXT("user32.dll")); | |
| if (hModule) | |
| { |