Skip to content

Instantly share code, notes, and snippets.

View clintonhalpin's full-sized avatar
✌️

Clinton Halpin clintonhalpin

✌️
View GitHub Profile
@clintonhalpin
clintonhalpin / cDdst.markdown
Created May 13, 2014 19:13
A Pen by Clinton Halpin.
  • Test
    • Task Item!
  • Test 22222
@clintonhalpin
clintonhalpin / .vimrc
Created June 13, 2014 17:05
Vim Config
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Let Vundle manage Vundle
Bundle 'gmarik/vundle'
" My Bundles
@clintonhalpin
clintonhalpin / .inputrc
Created June 13, 2014 19:19
Happier Error Sounds
set bell-style pop
@clintonhalpin
clintonhalpin / _spacing.scss
Last active August 29, 2015 14:02
Spacing Awesomeness
/* ==========================================================================
Spacing - Margin and Padding
Adopted and Yanked from https://github.com/mrmrs/css-uncut
m - Margin
p - Padding
* Modifers
a - all
execute pathogen#infect()
syntax on
filetype plugin indent on
set cursorline
set expandtab
set modelines=0
set shiftwidth=2
set clipboard=unnamed
set synmaxcol=128
Best of Vim Tips
zzapper 15 Years of Vi + 8+ years of Vim and still learning
06Jun14 : Last Update (Now in VIM Help Format :h helptags)
### These Tips are now being maintained at zzapper.co.uk/vimtips.html
Tips Home
Vim Tips Blog (NEW)
background-color
background-size
border-color
border-radius
border-style
border-width
border-width
bottom
box-shadow

Delete all blank lines

: g/^\s*$/d
[
{
"name" : "animation-delay",
"value" : ".5s"
},
{
"name" : "animation-delay",
"value" : "1s"
},
{