mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(edit-file-vim) setOption -> setKeyMap
This commit is contained in:
parent
91590b69ef
commit
ee172502fe
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ CloudCmd.EditFileVim = function EditFileVimProto(callback) {
|
|||
CloudCmd.EditFile
|
||||
.show(ConfigView)
|
||||
.getEditor()
|
||||
.setOption('keyMap', 'vim');
|
||||
.setKeyMap('vim');
|
||||
};
|
||||
|
||||
this.hide = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue