mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-12 18:40:58 +00:00
Use my fork of clipboard
This commit is contained in:
parent
50fe3bb2e6
commit
77853ec6b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue