Hello guys, after an update of my dotfiles through Ansible my copy from tmux to 
system clipboard does not work anymore. I cannot spot the problem. I can go to 
copy mode, I can select using v, but if I click Enter or y it does not copy 
(and exit).

OS: OSX 10.12.6
iTerm2: 3.1.4.beta.1
tmux: 2.5 (Macports)
tmux-pasteboard: 2.6.0

# Mouse On
set -g mouse on;

# Vim key bindings
set-window-option -g mode-keys vi

# Setup 'v' to begin selection as in Vim
bind -T copy-mode-vi v send-keys -X begin-selection

# Update default binding of `Enter` to also use copy-pipe
unbind -T copy-mode-vi Enter

bind -T copy-mode-vi y send-keys -X copy-pipe 'pbcopy'
bind -T copy-mode-vi Enter send-keys -X copy-pipe 'pbcopy'


# Bind keys to resize it
bind j resize-pane -D 10
bind k resize-pane -U 10
bind l resize-pane -L 10
bind h resize-pane -R 10

# 256 colors
set -g default-terminal "screen-256color"

# Copy and paste OSX
set-option -g default-command "reattach-to-user-namespace -l zsh"

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'nhdaly/tmux-scroll-copy-mode'
set -g @plugin 'seebi/tmux-colors-solarized'

# Solarized color
set -g @colors-solarized 'dark'

# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'

# Initialize TMUX plugin manager (keep this line at the very bottom of 
tmux.conf)
# run '~/.tmux/plugins/tpm/tpm'
run '~/.tmux/plugins/tpm/tpm'


          _   
-.     .´  |∞∞∞∞
  ',  ;    |∞∞∞∞∞∞
    ˜˜     |∞∞∞∞∞∞∞∞∞ RdB
    ,.,    |∞∞∞∞∞∞
  .'   '.  |∞∞∞∞
-'       `’

http://rdb.is

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Message signed with OpenPGP using AMPGpg

Reply via email to