Skip to content

Instantly share code, notes, and snippets.

@andreaskern
andreaskern / tasks.json
Last active November 12, 2018 12:48 — forked from mattmc3/tasks.json
VSCode tasks for running a Makefile
// Makefile
// ${workspaceRoot} the path of the folder opened in VS Code
// ${file} the current opened file
// ${fileBasename} the current opened file's basename
// ${fileDirname} the current opened file's dirname
// ${fileExtname} the current opened file's extension
// ${cwd} the task runner's current working directory on startup
{
"version": "2.0.0",
"command": "make",

vimdiff cheat sheet

enable vim mouse support with

:set mouse=a

to resize the windows by dragging the border.

##git mergetool

@andreaskern
andreaskern / private-npmjs-registry.md
Last active March 27, 2016 09:08 — forked from dandean/private-npmjs-registry.md
Install npm registry on Ubuntu 14.04

Install CouchDB, Nodejs and npm

sudo aptitude install couchdb nodejs npm

Add required ini configurations: