Skip to content

Instantly share code, notes, and snippets.

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

William Shin Shinnnyshinshin

🏠
Working from home
  • Great Expectations
  • Vancouver, BC
  • 17:42 (UTC -07:00)
View GitHub Profile

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:

@Shinnnyshinshin
Shinnnyshinshin / init.vim
Created January 25, 2022 04:07 — forked from celso/init.vim
Neovim setup for OSX users
syntax on
set ruler " Show the line and column numbers of the cursor.
set formatoptions+=o " Continue comment marker in new lines.
set textwidth=0 " Hard-wrap long lines as you type them.
set modeline " Enable modeline.
set esckeys " Cursor keys in insert mode.
set linespace=0 " Set line-spacing to minimum.
set nojoinspaces " Prevents inserting two spaces after punctuation on a join (J)
" More natural splits
set splitbelow " Horizontal split below current.