From 5c99d5b432c3f826d688a7dbbd16bdf9f8411c06 Mon Sep 17 00:00:00 2001 From: andys8 Date: Thu, 9 Jan 2025 00:08:22 +0100 Subject: [PATCH] tig: fix copy --- tigrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tigrc b/tigrc index c9275c1..491afb0 100644 --- a/tigrc +++ b/tigrc @@ -1,7 +1,7 @@ set line-graphics = utf-8 color cursor default magenta -bind generic y !@sh -c "echo -n %(commit) | xclip -selection c" +bind generic y !@sh -c "echo %(commit) | pbcopy" bind generic g none bind generic gg move-first-line