Merge branch 'primary-clipboard'

This commit is contained in:
Zachary Yedidia
2016-09-05 11:37:49 -04:00
7 changed files with 94 additions and 50 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,