Skip to content

Commit

Permalink
bind y to copy to clipboard in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Georg committed Feb 24, 2013
1 parent b8bf16c commit d35c496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/.tmux.conf
Expand Up @@ -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
Expand Down

0 comments on commit d35c496

Please sign in to comment.