Skip to content

Instantly share code, notes, and snippets.

View cybertcode's full-sized avatar
🏠
Codeando

MKevyn HH cybertcode

🏠
Codeando
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 15, 2024 13:55
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

@adamrosloniec
adamrosloniec / gist:ca1d65bedd639d8190ef43b569ddaccf
Created November 13, 2016 14:21
sublime text - keyboard shortcut - key binding (hide/show sidebar, half window size, etc)
[
{ "keys": ["ctrl+h"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} }, // replace window shortcut
{ "keys": ["ctrl+1"], "command": "set_layout", "args": { "cols": [0.0, 1.0], "rows": [0.0, 1.0], "cells": [[0, 0, 1, 1]] }},
{ "keys": ["ctrl+2"], "command": "set_layout", "args": { "cols": [0.0, 0.5, 1.0], "rows": [0.0, 1.0], "cells": [[0, 0, 1, 1], [1, 0, 2, 1]] }},
{ "keys": ["ctrl+3"], "command": "set_layout", "args": { "cols": [0.0, 0.33, 0.66, 1.0], "rows": [0.0, 1.0], "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]] }},
{ "keys": ["ctrl+4"], "command": "set_layout", "args": { "cols": [0.0, 0.25, 0.5, 0.75, 1.0],"rows": [0.0, 1.0], "cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1]] }},
{ "keys": ["ctrl+e"], "command": "toggle_side_bar" }, // sidebar-hide/show
@parmentf
parmentf / GitCommitEmoji.md
Last active June 14, 2024 14:09
Git Commit message Emoji