Skip to content

Instantly share code, notes, and snippets.

@fsonntag
fsonntag / sVimcss
Created December 25, 2018 23:37
sVimcss
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#sVim-command {
@fsonntag
fsonntag / sVimrc
Created December 25, 2018 23:23
sVimrc
set nosmoothscroll
let hintcharacters = "asdfjklqwerzxc";
let scrollstep = 50