Skip to content

Instantly share code, notes, and snippets.

View marcusluis-s's full-sized avatar

Marcus Silva marcusluis-s

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
@leocomelli
leocomelli / git.md
Last active June 18, 2025 14:08
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda