Add SaveAll command and display + for modified tabs

Closes #651
This commit is contained in:
Zachary Yedidia
2017-05-05 11:05:23 -04:00
parent 8d1618692e
commit a6ee75a9cf
5 changed files with 27 additions and 3 deletions

View File

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