Skip to content

Instantly share code, notes, and snippets.

@davidbella
davidbella / app.js
Created January 12, 2014 21:19
Node: Super simple web server with Express
var express = require('express');
var app = express();
app.get('/', function(req, res) {
res.send('hello world');
});
app.get('/david', function(req, res) {
res.send('hello david');
});
@davidbella
davidbella / tmux-highlight-text-patch-README.md
Created January 10, 2017 21:59 — forked from pxsta/tmux-highlight-text-patch-LICENSE
tmux-highlight-text.patch enables tmux to highlight the text like iTerm2.

tmux-highlight-text.patch

This patch enables tmux to highlight the text like iTerm2.
When some text in the terminal matches the regular expression set in tmux.conf, tmux highlights them.

patch gif

usage

install