diff --git a/ShowEditorCommand.cs b/ShowEditorCommand.cs index d4e5e8d..212fdc6 100644 --- a/ShowEditorCommand.cs +++ b/ShowEditorCommand.cs @@ -58,7 +58,7 @@ protected override void ProcessRecord() return true; }; - fileNameStatus = new StatusItem(Key.Unknown, "Unsaved", () => { }); + fileNameStatus = new StatusItem(Key.CtrlMask | Key.Q, "Unsaved", () => { Quit(); }); if (Path != null) {