mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(cloudcmd) add support of CLOUDCMD_VIM env variable
This commit is contained in:
parent
c86c7a8c88
commit
588025aa88
3 changed files with 7 additions and 1 deletions
5
app.json
5
app.json
|
|
@ -76,6 +76,11 @@
|
|||
"description": "set one panel mode",
|
||||
"value": "false",
|
||||
"required": false
|
||||
},
|
||||
"CLOUDCMD_VIM": {
|
||||
"description": "enable vim hot keys",
|
||||
"value": "false",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue