feature(edit-file-vim) editor: add vim mode on shift + f4

This commit is contained in:
coderaiser 2017-05-17 17:12:22 +03:00
parent c068a99e76
commit 06c9663ae9
9 changed files with 233 additions and 7 deletions

View file

@ -71,13 +71,11 @@ CloudCmd.EditFile = function EditFileProto(callback) {
setMsgChanged(name);
CloudCmd.Edit
.show(ConfigView)
.getEditor()
.setValueFirst(path, data)
.setModeForPath(name)
.setOption('fontSize', 16)
.enableKey();
CloudCmd.Edit.show(ConfigView);
});
};