Skip to content

Instantly share code, notes, and snippets.

View shgtkshruch's full-sized avatar
:octocat:

Shigetaka Shirouchi shgtkshruch

:octocat:
View GitHub Profile
@shgtkshruch
shgtkshruch / csscomb.json
Last active August 29, 2015 14:09
csscomb.json
{
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**"
],
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "upper",
"block-indent": " ",
@shgtkshruch
shgtkshruch / cVimrc
Last active January 7, 2020 06:59
cVim Options
set nosmoothscroll
let scrollduration = 0
" Move
unmap d
unmap u
map <C-u> scrollPageUp
map <C-d> scrollPageDown