Add SaveAs action

Fixes #509
This commit is contained in:
Zachary Yedidia
2017-01-04 13:51:17 -05:00
parent 5775b4c05d
commit 036ed7b9ed

View File

@@ -41,6 +41,7 @@ var bindingActions = map[string]func(*View, bool) bool{
"Delete": (*View).Delete,
"InsertTab": (*View).InsertTab,
"Save": (*View).Save,
"SaveAs": (*View).SaveAs,
"Find": (*View).Find,
"FindNext": (*View).FindNext,
"FindPrevious": (*View).FindPrevious,