update for newer tmux
authorPierre Habouzit <madcoder@debian.org>
Thu, 15 Sep 2011 19:38:26 +0000 (21:38 +0200)
committerPierre Habouzit <madcoder@debian.org>
Thu, 15 Sep 2011 19:38:26 +0000 (21:38 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
tmux.conf

index f44bc54..8a3b02d 100644 (file)
--- a/tmux.conf
+++ b/tmux.conf
@@ -3,7 +3,9 @@
 set  -g default-terminal screen-256color
 set  -g history-limit 100000
 set  -g mouse-select-pane on
+set  -g mouse-resize-pane on
 set -wg mode-mouse on
+set  -g mouse-utf8 on
 set -wg xterm-keys       1
 set  -g status-keys     vi
 set -wg mode-keys       vi
@@ -71,6 +73,10 @@ bind    -t vi-copy C-u    page-up
 bind    -t vi-copy C-d    page-down
 bind    -t vi-copy G      bottom-line
 bind -n -t vi-copy Escape cancel
+bind -n -t vi-copy |      start-of-line
+
+bind - run-shell     "tmux show-buffer | xclip"
+bind = choose-buffer "run-shell 'tmux show-buffer -b %% | xclip'"
 
 ##############################################################################
 # Edit mode