diff tmux.conf @ 0:36a9b3a28861

Add all dotfiles
author zegervdv <zegervdv@me.com>
date Sun, 23 Feb 2014 17:20:32 +0100
parents
children 4f1add3c7606
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tmux.conf	Sun Feb 23 17:20:32 2014 +0100
@@ -0,0 +1,18 @@
+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"