mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 01:37:15 +09:00
Add shorthand for commands if it is unambiguous
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user