Skip to content

Commit

Permalink
Add fix (use a fork) for tmux > 2.4 for copycat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Sep 1, 2017
1 parent 124f268 commit d469f08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ set -g display-time 1000
# Install those plugins with prefix + shift + I
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-copycat'
# There seems to be a problem with tmux > 2.4
# this fork fixes it
# set -g @plugin 'thalesmello/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-sessionist'
Expand Down

0 comments on commit d469f08

Please sign in to comment.