From d35c4966d4533bceb911d91272bfb639a8eed708 Mon Sep 17 00:00:00 2001 From: Hannes Georg Date: Sun, 24 Feb 2013 15:50:13 +0100 Subject: [PATCH] bind y to copy to clipboard in tmux --- home/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.tmux.conf b/home/.tmux.conf index af0ce35..a1cb9d2 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -33,6 +33,7 @@ bind-key -r j select-pane -D bind-key -r h select-pane -L bind-key -r l select-pane -R +bind-key y run "tmux save-buffer - | xsel --input --clipboard" bind-key -n F1 select-window -t :1 bind-key -n F2 select-window -t :2