Skip to content

Instantly share code, notes, and snippets.

View ciwchris's full-sized avatar
🏡

Chris ciwchris

🏡
View GitHub Profile
@ciwchris
ciwchris / config.el
Created April 11, 2016 05:11 — forked from mars888/config.el
Quick and dirty Spacemacs configuration layer for Tide and TypeScript
(spacemacs|defvar-company-backends typescript-mode)
@ciwchris
ciwchris / ext.vim
Last active August 29, 2015 14:11 — forked from sjl/ext.vim
" run command
" no stdin
" output displayed in "Press enter to continue" style
" current buffer untouched
:!uptime
" run command
" pipe range of text to command on stdin
" output replaces the range in the current buffer
:RANGE!grep foo