Skip to content
Alan Gutierrez edited this page Sep 5, 2015 · 1 revision

Welcome to the dotfiles wiki!

Vim

Create a file like so:

#!/bin/bash

node t/test/test.t.js

Then:

:autocmd BufWritePost *.js silent ! ~/.usr/bin/onwrite >> ~/.usr/tmp/onwrite.log 2>&1

And you can test as you edit.

Clone this wiki locally