Skip to content

Instantly share code, notes, and snippets.

View KhoaLee's full-sized avatar
πŸ”₯
Focusing

_kole.bug_ (khoale) KhoaLee

πŸ”₯
Focusing
View GitHub Profile

Ghostty Keyboard Shortcuts

Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.

Window Management

Action Windows/Linux macOS
New window Ctrl+Shift+N Cmd+N
Close window Alt+F4 Cmd+Shift+W
@wojukasz
wojukasz / keybindings.json
Last active April 15, 2026 18:53
⚑VSCode + WhichKey + Vim keybindings | Works with VScode forks like AntiGravity, Cursor, etc | Copy-paste ready config | 5-min setup | Full version: https://github.com/wojukasz/VimCode
[
// ╔══════════════════════════════════════════════════════════════════════════════════╗
// β•‘ VSCODE VIM LAZYVIM KEYBINDINGS β•‘
// β•‘ Modifier Key Bindings (Ctrl, Alt, Shift) β•‘
// β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•
//
// This file contains keybindings that use modifier keys (Ctrl, Alt, Shift) and special
// characters that need VSCode's key binding system (not Vim's).
//
// IMPORTANT: DO NOT put space-leader bindings here (<leader>...)
@nhudinhtuan
nhudinhtuan / cheat_sheet.md
Last active February 7, 2026 06:50
15 days cheat sheet for interviews
@lopspower
lopspower / README.md
Last active May 13, 2026 17:45
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

All hex value from 100% to 0% alpha: