Skip to content

Instantly share code, notes, and snippets.

View amarantesmind's full-sized avatar
🏠
Working from home

Guilherme Amarante amarantesmind

🏠
Working from home
View GitHub Profile
@alexandre
alexandre / learn_path.md
Last active December 9, 2023 23:13
Um guia para estudar python do básico ao intermediário (meu nível) utilizando alguns livros e outros recursos
@itsmattsoria
itsmattsoria / gistfil1.textile
Last active April 22, 2024 12:37
Mac Terminal Cheat Sheet

SHORTCUTS

Key/Command Description
Tab Auto-complete files and folder names
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + U Clear the line before the cursor
Ctrl + K Clear the line after the cursor
Ctrl + W Delete the word before the cursor
Ctrl + T Swap the last two characters before the cursor