Skip to content

Instantly share code, notes, and snippets.

@mvezer
mvezer / Sofle-Colemak.kbd.json
Last active October 13, 2025 15:21 — forked from mattfoster/SofleKeyboard.kbd.json
Sofle Colemak
[
{
"backcolor": "#ffffff",
"name": "Sofle Colemak",
"author": "Matyas Vezer",
"pcb": true
},
[
{
"y": 0.2,
@mvezer
mvezer / app.ts
Created February 15, 2017 20:00 — forked from tintoy/app.ts
TypeScript async demo (NodeJS read-line)
"use strict";
import * as Promise from "bluebird";
import { ReadLine, createInterface } from "readline";
const readLine = createInterface({
input: process.stdin,
output: process.stdout,
terminal: false
});
@mvezer
mvezer / gist:88cc031ca3a829502a92b5bccff338cc
Created February 12, 2017 16:49
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

Ctrl+C copy current line (if no selection)
Ctrl+X cut current line (if no selection)
Ctrl+⇧+K delete line
Ctrl+↩ insert line after