gdritter repos dotfiles / 661cf32
Add tmux.conf Getty Ritter 6 years ago
1 changed file(s) with 8 addition(s) and 0 deletion(s). Collapse all Expand all
1 # change prefix to C-j
2 set -g prefix C-j
3 unbind C-b
4 bind C-j send-prefix
5
6 # change some colors
7 set -g status-bg red
8 bind-key U capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'