gdritter repos dotfiles / master tmux.conf
master

Tree @master (Download .tar.gz)

tmux.conf @masterraw · history · blame

1
2
3
4
5
6
7
# change prefix to C-j
set -g prefix C-j
unbind C-b
bind C-j send-prefix

# change some colors
bind-key U capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'