Skip to content

Instantly share code, notes, and snippets.

View fernandollisboa's full-sized avatar
📚

Fernando Lisboa fernandollisboa

📚
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 10, 2025 21:36
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@tuxfight3r
tuxfight3r / vim-shortcuts.md
Last active April 22, 2025 06:25
VIM SHORTCUTS

VIM KEYBOARD SHORTCUTS

MOVEMENT

h        -   Move left
j        -   Move down
k        -   Move up
l        -   Move right
$        -   Move to end of line
0        -   Move to beginning of line (including whitespace)