]> git.lizzy.rs Git - micro.git/commitdiff
Use my fork of clipboard
authorZachary Yedidia <zyedidia@gmail.com>
Sun, 24 Apr 2016 00:52:26 +0000 (20:52 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Sun, 24 Apr 2016 00:52:26 +0000 (20:52 -0400)
cmd/micro/bindings.go

index b3ae4a7c14fe51a85eb4cf99d9d892ec4b49fd9a..8ed71995b75bf1ef00a5ceeec5441e9693a667de 100644 (file)
@@ -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