Skip to content

Instantly share code, notes, and snippets.

View FreeWebStyler's full-sized avatar

Alexandr FreeWebStyler

  • Siberia
View GitHub Profile
@FreeWebStyler
FreeWebStyler / get-coordinates-along-an-svg-path.markdown
Created November 8, 2018 10:41
Get coordinates along an SVG path
@FreeWebStyler
FreeWebStyler / gist:4393967184bcbad150c7f354fa8e0d04
Created April 2, 2017 06:36 — forked from twosixcode/gist:1988097
Make "Paste and Indent" the default paste in Sublime Text 2
// swap the keybindings for paste and paste_and_indent
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }