From 9b2ce27b82b32a2fbe68b029e980efa10aa4471a Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 11 Jun 2012 22:49:33 -0400 Subject: [PATCH] make better tmux conf --- tmux.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tmux.conf b/tmux.conf index 3f76074..c676cb7 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,19 @@ +# need me some vi mode setw -g mode-keys vi + +# copy-pasta in a vi-like way unbind [ bind Escape copy-mode unbind p bind p paste-buffer bind-key -t vi-copy 'v' begin-selection bind-key -t vi-copy 'y' copy-selection + +# must get used to C-b, even when using byobu-tmux +set-option -g prefix C-b + +# love the toggle +bind-key C-b last-window + +# faster! +set -s escape-time 0