From: Zachary Yedidia Date: Sun, 24 Apr 2016 00:52:26 +0000 (-0400) Subject: Use my fork of clipboard X-Git-Tag: 1.0rc1~240 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=77853ec6b6478f0a9f09912c0ac05e14cbbb411e;p=micro.git Use my fork of clipboard --- 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