diff --git a/Vintage.sublime-commands b/Vintage.sublime-commands index 1b89b2f..05b797f 100644 --- a/Vintage.sublime-commands +++ b/Vintage.sublime-commands @@ -16,5 +16,9 @@ "caption": ":$ - EOF", "command": "move_to", "args": {"to": "eof"} + }, + { + "caption": ":x - Save And Exit", + "command": "vi_save_and_exit" } ]