diff --git a/client/modules/edit-file-vim.js b/client/modules/edit-file-vim.js index 1e0700fa..7f2e6ec9 100644 --- a/client/modules/edit-file-vim.js +++ b/client/modules/edit-file-vim.js @@ -30,7 +30,7 @@ CloudCmd.EditFileVim = function EditFileVimProto(callback) { CloudCmd.EditFile .show(ConfigView) .getEditor() - .setOption('keyMap', 'vim'); + .setKeyMap('vim'); }; this.hide = () => {