Skip to content

Instantly share code, notes, and snippets.

View iiison's full-sized avatar
🤝
Together, we can!

Bharat Soni iiison

🤝
Together, we can!
  • Singapore
View GitHub Profile
@iiison
iiison / super-tip.txt
Created May 18, 2021 06:45 — forked from ericdouglas/super-tip.txt
Change 4 spaces to 2 spaces indentation and change tab to spaces - Vim tip
// 4 spaces to 2 spaces
%s;^\(\s\+\);\=repeat(' ', len(submatch(0))/2);g
// Tab to 2 spaces
:%s/\t/ /g
[
{
"name": "CRS 4x12 ortholinear layout",
"author": "DRL https://github.com/qmk/qmk_firmware/tree/master/layouts/community/ortho_4x12/crs/",
"plate": false
},
[
{
"a": 7
},
@iiison
iiison / HEY-YOU.md
Created May 18, 2016 19:32 — forked from cowboy/HEY-YOU.md
jQuery Tiny Pub/Sub: A really, really, REALLY tiny pub/sub implementation for jQuery.