Skip to content

Commit

Permalink
tig: fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jan 8, 2025
1 parent 4d40f8c commit 5c99d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tigrc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5c99d5b

Please sign in to comment.