From 77853ec6b6478f0a9f09912c0ac05e14cbbb411e Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sat, 23 Apr 2016 20:52:26 -0400 Subject: [PATCH] Use my fork of clipboard --- cmd/micro/bindings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/micro/bindings.go b/cmd/micro/bindings.go index b3ae4a7c..8ed71995 100644 --- a/cmd/micro/bindings.go +++ b/cmd/micro/bindings.go @@ -6,9 +6,9 @@ import ( "os" "strings" - "github.com/atotto/clipboard" "github.com/gdamore/tcell" "github.com/mitchellh/go-homedir" + "github.com/zyedidia/clipboard" ) var bindings map[tcell.Key]func(*View) bool