Skip to content

Instantly share code, notes, and snippets.

@kconner
kconner / macOS Internals.md
Last active April 22, 2024 21:28
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options:

@merlinmann
merlinmann / quotes.md
Last active January 27, 2024 16:40
Quotes to get right. #runx

Quotations to Get Right

@edtsech
edtsech / keybindings.json
Created July 3, 2019 20:02
VSCode: Exit Vim Insert Mode on File Save
[
{
"key": "cmd+s",
"command": "macros.saveAndExitVimInsertMode"
}
]