Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |
[ | |
{ | |
"backcolor": "#ffffff", | |
"name": "Sofle Colemak", | |
"author": "Matyas Vezer", | |
"pcb": true | |
}, | |
[ | |
{ | |
"y": 0.2, |
{ | |
"data": [ | |
{ | |
"name": "Minden BE", | |
"presetId": "35cbfd36887a4cc17b4a65b676d0376041317668", | |
"groupId": "bf4c43fd31e35b694be11fa0615db3edb6c552ab", | |
"status": { | |
"isOn": true, | |
"intensity": 1000, | |
"mode": "white" |
workspace % git clone git@github.com:miklos-sz/szabvany.net.git | |
Cloning into 'szabvany.net'... | |
remote: Enumerating objects: 473, done. | |
remote: Counting objects: 100% (473/473), done. | |
remote: Compressing objects: 100% (335/335), done. | |
remote: Total 473 (delta 84), reused 467 (delta 78), pack-reused 0 | |
Receiving objects: 100% (473/473), 25.61 MiB | 5.17 MiB/s, done. | |
Resolving deltas: 100% (84/84), done. |
/* ***************************************************************************** | |
* Name: Miklós Szilas | |
* Coursera User ID: szilas.miklos@gmail.com | |
* Last modified: 16/04/2020 | |
**************************************************************************** */ | |
public class DiscreteDistribution { | |
public static void main(String[] args) { | |
int m = Integer.parseInt(args[0]); |
"use strict"; | |
import * as Promise from "bluebird"; | |
import { ReadLine, createInterface } from "readline"; | |
const readLine = createInterface({ | |
input: process.stdin, | |
output: process.stdout, | |
terminal: false | |
}); |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
Ctrl+C | copy current line (if no selection) |
Ctrl+X | cut current line (if no selection) |
Ctrl+⇧+K | delete line |
Ctrl+↩ | insert line after |