Use my fork of clipboard

This commit is contained in:
Zachary Yedidia
2016-04-23 20:52:26 -04:00
parent 50fe3bb2e6
commit 77853ec6b6

View 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