Skip to content

Instantly share code, notes, and snippets.

@nisc
nisc / .tmux.conf
Created December 8, 2011 16:56
tmux config
###
### Bindings
###
unbind C-b
set -g prefix C-a
bind a send-prefix
# URL viewing
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; run-shell "xterm -e 'cat /tmp/tmux-buffer | urlview'"