view tmux.conf @ 3:44d3af8838f8

Add support for local zshrc and vimrc files
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:43:37 +0100
parents 36a9b3a28861
children 4f1add3c7606
line wrap: on
line source

set -g prefix C-a
unbind C-b
bind C-a send-prefix


set -g default-terminal "screen-256color"
set-option -g status-left ''
set-option -g status-right " #[bg=cyan]  %d %b %Y %H:%M "

set -g mode-mouse on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'

setw -g mode-keys vi

bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-pipe "reattach-to-user-namespace pbcopy"