Skip to content

Instantly share code, notes, and snippets.

View fuxialexander's full-sized avatar

Xi "Alexander" Fu fuxialexander

View GitHub Profile
@fuxialexander
fuxialexander / sVimrc
Last active January 30, 2016 03:32
sVimrc
let newtaburl = "http://google.com"
let homeurl = "http://google.com"
let hintcharacters = "asdfqwerjkluiop"
unmap "i"
unmap "t"
unmap "w"
unmap "r"
unmap "n"
@fuxialexander
fuxialexander / sVimcss
Last active December 17, 2015 10:18 — forked from jmgregory/sVimcss
sVim CSS configuration
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 0.7;
}
}
#sVim-command {
<link rel="import" href="../core-tooltip/core-tooltip.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;