Skip to content

Instantly share code, notes, and snippets.

View fuzunspm's full-sized avatar
🎯
Focusing

Hüseyin Fahri Uzun fuzunspm

🎯
Focusing
View GitHub Profile
@fuzunspm
fuzunspm / sVimrc
Created December 11, 2017 06:35
sVimrc
let hintcharacters = "asdfghjklzxc";
map "b" createTabbedHint;
@fuzunspm
fuzunspm / sVimcss
Last active December 11, 2017 06:34
svim
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#sVim-command {