A Pen by Clinton Halpin on CodePen.
- Test
- Task Item!
- Test 22222
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() | |
" Let Vundle manage Vundle | |
Bundle 'gmarik/vundle' | |
" My Bundles |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set bell-style pop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ========================================================================== | |
Spacing - Margin and Padding | |
Adopted and Yanked from https://github.com/mrmrs/css-uncut | |
m - Margin | |
p - Padding | |
* Modifers | |
a - all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name" : "animation-delay", | |
"value" : ".5s" | |
}, | |
{ | |
"name" : "animation-delay", | |
"value" : "1s" | |
}, | |
{ |