Add support for primary clipboard

This commit is contained in:
Zachary Yedidia
2016-09-02 09:40:08 -04:00
parent 226cf399ba
commit d9b8a04841
5 changed files with 40 additions and 16 deletions

View File

@@ -55,6 +55,7 @@ var bindingActions = map[string]func(*View, bool) bool{
"IndentSelection": (*View).IndentSelection,
"OutdentSelection": (*View).OutdentSelection,
"Paste": (*View).Paste,
"PastePrimary": (*View).PastePrimary,
"SelectAll": (*View).SelectAll,
"OpenFile": (*View).OpenFile,
"Start": (*View).Start,