Skip to content

Commit

Permalink
vim: copied default emmet mappings with . instead of : for quicker ex…
Browse files Browse the repository at this point in the history
…pansion
  • Loading branch information
kamykaze committed Jun 2, 2014
1 parent 9291889 commit 734277f
Showing 1 changed file with 316 additions and 0 deletions.
316 changes: 316 additions & 0 deletions _vimrc
Expand Up @@ -263,6 +263,322 @@
\ 'hh': 'height:auto;',
\ 'wp': 'width:|px;',
\ 'ww': 'width:100%;|',
\ 'pos.s': 'position:static;',
\ 'pos.a': 'position:absolute;',
\ 'pos.r': 'position:relative;',
\ 'pos.f': 'position:fixed;',
\ 't.a': 'top:auto;',
\ 'r.a': 'right:auto;',
\ 'b.a': 'bottom:auto;',
\ 'l.a': 'left:auto;',
\ 'z.a': 'z-index:auto;',
\ 'fl.n': 'float:none;',
\ 'fl.l': 'float:left;',
\ 'fl.r': 'float:right;',
\ 'cl.n': 'clear:none;',
\ 'cl.l': 'clear:left;',
\ 'cl.r': 'clear:right;',
\ 'cl.b': 'clear:both;',
\ 'd.n': 'display:none;',
\ 'd.b': 'display:block;',
\ 'd.i': 'display:inline;',
\ 'd.ib': 'display:inline-block;',
\ 'd.li': 'display:list-item;',
\ 'd.ri': 'display:run-in;',
\ 'd.cp': 'display:compact;',
\ 'd.tb': 'display:table;',
\ 'd.itb': 'display:inline-table;',
\ 'd.tbcp': 'display:table-caption;',
\ 'd.tbcl': 'display:table-column;',
\ 'd.tbclg': 'display:table-column-group;',
\ 'd.tbhg': 'display:table-header-group;',
\ 'd.tbfg': 'display:table-footer-group;',
\ 'd.tbr': 'display:table-row;',
\ 'd.tbrg': 'display:table-row-group;',
\ 'd.tbc': 'display:table-cell;',
\ 'd.rb': 'display:ruby;',
\ 'd.rbb': 'display:ruby-base;',
\ 'd.rbbg': 'display:ruby-base-group;',
\ 'd.rbt': 'display:ruby-text;',
\ 'd.rbtg': 'display:ruby-text-group;',
\ 'v.v': 'visibility:visible;',
\ 'v.h': 'visibility:hidden;',
\ 'v.c': 'visibility:collapse;',
\ 'ov.v': 'overflow:visible;',
\ 'ov.h': 'overflow:hidden;',
\ 'ov.s': 'overflow:scroll;',
\ 'ov.a': 'overflow:auto;',
\ 'ovx.v': 'overflow-x:visible;',
\ 'ovx.h': 'overflow-x:hidden;',
\ 'ovx.s': 'overflow-x:scroll;',
\ 'ovx.a': 'overflow-x:auto;',
\ 'ovy.v': 'overflow-y:visible;',
\ 'ovy.h': 'overflow-y:hidden;',
\ 'ovy.s': 'overflow-y:scroll;',
\ 'ovy.a': 'overflow-y:auto;',
\ 'ovs.a': 'overflow-style:auto;',
\ 'ovs.s': 'overflow-style:scrollbar;',
\ 'ovs.p': 'overflow-style:panner;',
\ 'ovs.m': 'overflow-style:move;',
\ 'ovs.mq': 'overflow-style:marquee;',
\ 'cp.a': 'clip:auto;',
\ 'cp.r': 'clip:rect(|);',
\ 'bxz.cb': 'box-sizing:content-box;',
\ 'bxz.bb': 'box-sizing:border-box;',
\ 'bxsh.n': 'box-shadow:none;',
\ 'bxsh.w': '-webkit-box-shadow:0 0 0 #000;',
\ 'bxsh.m': '-moz-box-shadow:0 0 0 0 #000;',
\ 'm.a': 'margin:auto;',
\ 'm.0': 'margin:0;',
\ 'm.2': 'margin:0 0;',
\ 'm.3': 'margin:0 0 0;',
\ 'm.4': 'margin:0 0 0 0;',
\ 'mt.a': 'margin-top:auto;',
\ 'mr.a': 'margin-right:auto;',
\ 'mb.a': 'margin-bottom:auto;',
\ 'ml.a': 'margin-left:auto;',
\ 'p.0': 'padding:0;',
\ 'p.2': 'padding:0 0;',
\ 'p.3': 'padding:0 0 0;',
\ 'p.4': 'padding:0 0 0 0;',
\ 'w.a': 'width:auto;',
\ 'h.a': 'height:auto;',
\ 'maw.n': 'max-width:none;',
\ 'mah.n': 'max-height:none;',
\ 'o.n': 'outline:none;',
\ 'oc.i': 'outline-color:invert;',
\ 'bd.n': 'border:none;',
\ 'bdbk.c': 'border-break:close;',
\ 'bdcl.c': 'border-collapse:collapse;',
\ 'bdcl.s': 'border-collapse:separate;',
\ 'bdi.n': 'border-image:none;',
\ 'bdi.w': '-webkit-border-image:url(|) 0 0 0 0 stretch stretch;',
\ 'bdi.m': '-moz-border-image:url(|) 0 0 0 0 stretch stretch;',
\ 'bdti.n': 'border-top-image:none;',
\ 'bdri.n': 'border-right-image:none;',
\ 'bdbi.n': 'border-bottom-image:none;',
\ 'bdli.n': 'border-left-image:none;',
\ 'bdci.n': 'border-corner-image:none;',
\ 'bdci.c': 'border-corner-image:continue;',
\ 'bdtli.n': 'border-top-left-image:none;',
\ 'bdtli.c': 'border-top-left-image:continue;',
\ 'bdtri.n': 'border-top-right-image:none;',
\ 'bdtri.c': 'border-top-right-image:continue;',
\ 'bdbri.n': 'border-bottom-right-image:none;',
\ 'bdbri.c': 'border-bottom-right-image:continue;',
\ 'bdbli.n': 'border-bottom-left-image:none;',
\ 'bdbli.c': 'border-bottom-left-image:continue;',
\ 'bdf.c': 'border-fit:clip;',
\ 'bdf.r': 'border-fit:repeat;',
\ 'bdf.sc': 'border-fit:scale;',
\ 'bdf.st': 'border-fit:stretch;',
\ 'bdf.ow': 'border-fit:overwrite;',
\ 'bdf.of': 'border-fit:overflow;',
\ 'bdf.sp': 'border-fit:space;',
\ 'bdl.a': 'border-length:auto;',
\ 'bds.n': 'border-style:none;',
\ 'bds.h': 'border-style:hidden;',
\ 'bds.dt': 'border-style:dotted;',
\ 'bds.ds': 'border-style:dashed;',
\ 'bds.s': 'border-style:solid;',
\ 'bds.db': 'border-style:double;',
\ 'bds.dtds': 'border-style:dot-dash;',
\ 'bds.dtdtds': 'border-style:dot-dot-dash;',
\ 'bds.w': 'border-style:wave;',
\ 'bds.g': 'border-style:groove;',
\ 'bds.r': 'border-style:ridge;',
\ 'bds.i': 'border-style:inset;',
\ 'bds.o': 'border-style:outset;',
\ 'bdt.n': 'border-top:none;',
\ 'bdts.n': 'border-top-style:none;',
\ 'bdr.n': 'border-right:none;',
\ 'bdrs.n': 'border-right-style:none;',
\ 'bdb.n': 'border-bottom:none;',
\ 'bdbs.n': 'border-bottom-style:none;',
\ 'bdl.n': 'border-left:none;',
\ 'bdls.n': 'border-left-style:none;',
\ 'bdrz.w': '-webkit-border-radius:|;',
\ 'bdrz.m': '-moz-border-radius:|;',
\ 'bg.n': 'background:none;',
\ 'bg.ie': 'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=''|x.png'');',
\ 'bgi.n': 'background-image:none;',
\ 'bgr.n': 'background-repeat:no-repeat;',
\ 'bgr.x': 'background-repeat:repeat-x;',
\ 'bgr.y': 'background-repeat:repeat-y;',
\ 'bga.f': 'background-attachment:fixed;',
\ 'bga.s': 'background-attachment:scroll;',
\ 'bgbk.bb': 'background-break:bounding-box;',
\ 'bgbk.eb': 'background-break:each-box;',
\ 'bgbk.c': 'background-break:continuous;',
\ 'bgcp.bb': 'background-clip:border-box;',
\ 'bgcp.pb': 'background-clip:padding-box;',
\ 'bgcp.cb': 'background-clip:content-box;',
\ 'bgcp.nc': 'background-clip:no-clip;',
\ 'bgo.pb': 'background-origin:padding-box;',
\ 'bgo.bb': 'background-origin:border-box;',
\ 'bgo.cb': 'background-origin:content-box;',
\ 'bgz.a': 'background-size:auto;',
\ 'bgz.ct': 'background-size:contain;',
\ 'bgz.cv': 'background-size:cover;',
\ 'tbl.a': 'table-layout:auto;',
\ 'tbl.f': 'table-layout:fixed;',
\ 'cps.t': 'caption-side:top;',
\ 'cps.b': 'caption-side:bottom;',
\ 'ec.s': 'empty-cells:show;',
\ 'ec.h': 'empty-cells:hide;',
\ 'lis.n': 'list-style:none;',
\ 'lisp.i': 'list-style-position:inside;',
\ 'lisp.o': 'list-style-position:outside;',
\ 'list.n': 'list-style-type:none;',
\ 'list.d': 'list-style-type:disc;',
\ 'list.c': 'list-style-type:circle;',
\ 'list.s': 'list-style-type:square;',
\ 'list.dc': 'list-style-type:decimal;',
\ 'list.dclz': 'list-style-type:decimal-leading-zero;',
\ 'list.lr': 'list-style-type:lower-roman;',
\ 'list.ur': 'list-style-type:upper-roman;',
\ 'lisi.n': 'list-style-image:none;',
\ 'q.n': 'quotes:none;',
\ 'q.ru': 'quotes:''\00AB'' ''\00BB'' ''\201E'' ''\201C'';',
\ 'q.en': 'quotes:''\201C'' ''\201D'' ''\2018'' ''\2019'';',
\ 'ct.n': 'content:normal;',
\ 'ct.oq': 'content:open-quote;',
\ 'ct.noq': 'content:no-open-quote;',
\ 'ct.cq': 'content:close-quote;',
\ 'ct.ncq': 'content:no-close-quote;',
\ 'ct.a': 'content:attr(|);',
\ 'ct.c': 'content:counter(|);',
\ 'ct.cs': 'content:counters(|);',
\ 'va.sup': 'vertical-align:super;',
\ 'va.t': 'vertical-align:top;',
\ 'va.tt': 'vertical-align:text-top;',
\ 'va.m': 'vertical-align:middle;',
\ 'va.bl': 'vertical-align:baseline;',
\ 'va.b': 'vertical-align:bottom;',
\ 'va.tb': 'vertical-align:text-bottom;',
\ 'va.sub': 'vertical-align:sub;',
\ 'ta.l': 'text-align:left;',
\ 'ta.c': 'text-align:center;',
\ 'ta.r': 'text-align:right;',
\ 'tal.a': 'text-align-last:auto;',
\ 'tal.l': 'text-align-last:left;',
\ 'tal.c': 'text-align-last:center;',
\ 'tal.r': 'text-align-last:right;',
\ 'td.n': 'text-decoration:none;',
\ 'td.u': 'text-decoration:underline;',
\ 'td.o': 'text-decoration:overline;',
\ 'td.l': 'text-decoration:line-through;',
\ 'te.n': 'text-emphasis:none;',
\ 'te.ac': 'text-emphasis:accent;',
\ 'te.dt': 'text-emphasis:dot;',
\ 'te.c': 'text-emphasis:circle;',
\ 'te.ds': 'text-emphasis:disc;',
\ 'te.b': 'text-emphasis:before;',
\ 'te.a': 'text-emphasis:after;',
\ 'th.a': 'text-height:auto;',
\ 'th.f': 'text-height:font-size;',
\ 'th.t': 'text-height:text-size;',
\ 'th.m': 'text-height:max-size;',
\ 'ti.-': 'text-indent:-9999px;',
\ 'tj.a': 'text-justify:auto;',
\ 'tj.iw': 'text-justify:inter-word;',
\ 'tj.ii': 'text-justify:inter-ideograph;',
\ 'tj.ic': 'text-justify:inter-cluster;',
\ 'tj.d': 'text-justify:distribute;',
\ 'tj.k': 'text-justify:kashida;',
\ 'tj.t': 'text-justify:tibetan;',
\ 'to.n': 'text-outline:none;',
\ 'tr.n': 'text-replace:none;',
\ 'tt.n': 'text-transform:none;',
\ 'tt.c': 'text-transform:capitalize;',
\ 'tt.u': 'text-transform:uppercase;',
\ 'tt.l': 'text-transform:lowercase;',
\ 'tw.n': 'text-wrap:normal;',
\ 'tw.no': 'text-wrap:none;',
\ 'tw.u': 'text-wrap:unrestricted;',
\ 'tw.s': 'text-wrap:suppress;',
\ 'tsh.n': 'text-shadow:none;',
\ 'whs.n': 'white-space:normal;',
\ 'whs.p': 'white-space:pre;',
\ 'whs.nw': 'white-space:nowrap;',
\ 'whs.pw': 'white-space:pre-wrap;',
\ 'whs.pl': 'white-space:pre-line;',
\ 'whsc.n': 'white-space-collapse:normal;',
\ 'whsc.k': 'white-space-collapse:keep-all;',
\ 'whsc.l': 'white-space-collapse:loose;',
\ 'whsc.bs': 'white-space-collapse:break-strict;',
\ 'whsc.ba': 'white-space-collapse:break-all;',
\ 'wob.n': 'word-break:normal;',
\ 'wob.k': 'word-break:keep-all;',
\ 'wob.l': 'word-break:loose;',
\ 'wob.bs': 'word-break:break-strict;',
\ 'wob.ba': 'word-break:break-all;',
\ 'wow.nm': 'word-wrap:normal;',
\ 'wow.n': 'word-wrap:none;',
\ 'wow.u': 'word-wrap:unrestricted;',
\ 'wow.s': 'word-wrap:suppress;',
\ 'fw.n': 'font-weight:normal;',
\ 'fw.b': 'font-weight:bold;',
\ 'fw.br': 'font-weight:bolder;',
\ 'fw.lr': 'font-weight:lighter;',
\ 'fs.n': 'font-style:normal;',
\ 'fs.i': 'font-style:italic;',
\ 'fs.o': 'font-style:oblique;',
\ 'fv.n': 'font-variant:normal;',
\ 'fv.sc': 'font-variant:small-caps;',
\ 'fza.n': 'font-size-adjust:none;',
\ 'ff.s': 'font-family:serif;',
\ 'ff.ss': 'font-family:sans-serif;',
\ 'ff.c': 'font-family:cursive;',
\ 'ff.f': 'font-family:fantasy;',
\ 'ff.m': 'font-family:monospace;',
\ 'fef.n': 'font-effect:none;',
\ 'fef.eg': 'font-effect:engrave;',
\ 'fef.eb': 'font-effect:emboss;',
\ 'fef.o': 'font-effect:outline;',
\ 'femp.b': 'font-emphasize-position:before;',
\ 'femp.a': 'font-emphasize-position:after;',
\ 'fems.n': 'font-emphasize-style:none;',
\ 'fems.ac': 'font-emphasize-style:accent;',
\ 'fems.dt': 'font-emphasize-style:dot;',
\ 'fems.c': 'font-emphasize-style:circle;',
\ 'fems.ds': 'font-emphasize-style:disc;',
\ 'fsm.a': 'font-smooth:auto;',
\ 'fsm.n': 'font-smooth:never;',
\ 'fsm.aw': 'font-smooth:always;',
\ 'fst.n': 'font-stretch:normal;',
\ 'fst.uc': 'font-stretch:ultra-condensed;',
\ 'fst.ec': 'font-stretch:extra-condensed;',
\ 'fst.c': 'font-stretch:condensed;',
\ 'fst.sc': 'font-stretch:semi-condensed;',
\ 'fst.se': 'font-stretch:semi-expanded;',
\ 'fst.e': 'font-stretch:expanded;',
\ 'fst.ee': 'font-stretch:extra-expanded;',
\ 'fst.ue': 'font-stretch:ultra-expanded;',
\ 'op.ie': 'filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);',
\ 'op.ms': '-ms-filter:''progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'';',
\ 'rz.n': 'resize:none;',
\ 'rz.b': 'resize:both;',
\ 'rz.h': 'resize:horizontal;',
\ 'rz.v': 'resize:vertical;',
\ 'cur.a': 'cursor:auto;',
\ 'cur.d': 'cursor:default;',
\ 'cur.c': 'cursor:crosshair;',
\ 'cur.ha': 'cursor:hand;',
\ 'cur.he': 'cursor:help;',
\ 'cur.m': 'cursor:move;',
\ 'cur.p': 'cursor:pointer;',
\ 'cur.t': 'cursor:text;',
\ 'pgbb.au': 'page-break-before:auto;',
\ 'pgbb.al': 'page-break-before:always;',
\ 'pgbb.l': 'page-break-before:left;',
\ 'pgbb.r': 'page-break-before:right;',
\ 'pgbi.au': 'page-break-inside:auto;',
\ 'pgbi.av': 'page-break-inside:avoid;',
\ 'pgba.au': 'page-break-after:auto;',
\ 'pgba.al': 'page-break-after:always;',
\ 'pgba.l': 'page-break-after:left;',
\ 'pgba.r': 'page-break-after:right;',
\ },
\ },
\}
Expand Down

0 comments on commit 734277f

Please sign in to comment.