mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
93aa7278b7
commit
75bf8a1275
14 changed files with 21 additions and 33 deletions
|
|
@ -19,9 +19,8 @@ const Chars = fullstore();
|
|||
const toggleVim = (keyCode) => {
|
||||
const {_config, config} = CloudCmd;
|
||||
|
||||
if (keyCode === KEY.ESC) {
|
||||
if (keyCode === KEY.ESC)
|
||||
_config('vim', !config('vim'));
|
||||
}
|
||||
};
|
||||
|
||||
const isUndefined = (a) => typeof a === 'undefined';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue