comparison tmux.conf @ 0:36a9b3a28861

Add all dotfiles
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:20:32 +0100
parents
children 4f1add3c7606
comparison
equal deleted inserted replaced
-1:000000000000 0:36a9b3a28861
1 set -g prefix C-a
2 unbind C-b
3 bind C-a send-prefix
4
5
6 set -g default-terminal "screen-256color"
7 set-option -g status-left ''
8 set-option -g status-right " #[bg=cyan] %d %b %Y %H:%M "
9
10 set -g mode-mouse on
11 set -g mouse-select-pane on
12 set -g mouse-select-window on
13 set -g terminal-overrides 'xterm*:smcup@:rmcup@'
14
15 setw -g mode-keys vi
16
17 bind -t vi-copy 'v' begin-selection
18 bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"