Skip to content

Instantly share code, notes, and snippets.

View yenson-lau's full-sized avatar

Yenson Lau yenson-lau

  • EvenUp
  • Toronto, ON, Canada
View GitHub Profile
@mgdm
mgdm / nominimise.json
Last active June 20, 2024 19:05
Custom modification for Karabiner to disable the cmd-m minimise shortcut
{
"title": "Prevent unintended command-m minimising",
"rules": [
{
"description": "Disable Cmd+m minimise",
"manipulators": [
{
"type": "basic",
"description": "",
"from": {
@JJediny
JJediny / gist:a466eed62cee30ad45e2
Created October 5, 2015 20:42
Jekyll Liquid Cheatsheet

There are two types of markup in Liquid: Output and Tag.

  • Output markup (which may resolve to text) is surrounded by
{{ matched pairs of curly brackets (ie, braces) }}
  • Tag markup (which cannot resolve to text) is surrounded by