From dc00aa382ea927b38f40b26ce890cc4ced969819 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Sun, 11 Mar 2018 14:59:32 +0100 Subject: [PATCH] update bind-key syntax in tmux-yank spec config --- test/conf/tmux-yank.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/conf/tmux-yank.conf b/test/conf/tmux-yank.conf index fe39217..2a8a11e 100644 --- a/test/conf/tmux-yank.conf +++ b/test/conf/tmux-yank.conf @@ -1,8 +1,5 @@ set -g prefix C-a set -g @fingers-compact-hints '0' -bind-key -t vi-copy "y" copy-pipe "/home/vagrant/shared/test/stubs/tmux-yank.sh" -bind-key -t emacs-copy "y" copy-pipe "/home/vagrant/shared/test/stubs/tmux-yank.sh" -bind y run-shell "/home/vagrant/shared/test/stubs/tmux-yank.sh" -bind Y run-shell "/home/vagrant/shared/test/stubs/tmux-yank.sh" +bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "bash /home/vagrant/shared/test/stubs/tmux-yank.sh" run /home/vagrant/shared/tmux-fingers.tmux