From 817800e3998972f0b670f3af7828b39f94d3c195 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 25 Jul 2013 07:54:30 -0400 Subject: Fix tmux -> X11 clipboard shortcuts --- .tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 730af54..52d1bdf 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -55,7 +55,5 @@ set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27] # Use 256 colours set -g default-terminal "screen-256color" -# move x clipboard into tmux paste buffer -bind C-x run "tmux set-buffer \\"$(xclip -o)\\"; tmux paste-buffer" # move tmux copy buffer into x clipboard -bind C-y save-buffer ~/.tmux-buffer \; run-shell "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" +bind C-y save-buffer ~/.tmux-buffer \; run "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer" -- cgit v1.2.3