Add shorthand for commands if it is unambiguous

This commit is contained in:
Zachary Yedidia
2016-04-03 16:19:21 -04:00
parent b7447c82ca
commit f88ef4f9a4
2 changed files with 19 additions and 2 deletions

View File

@@ -217,6 +217,7 @@ func (v *View) Save() {
if err != nil {
messenger.Error(err.Error())
}
messenger.Message("Saved " + v.buf.path)
}
// Copy the selection to the system clipboard