fix(config) vim enabled by default

This commit is contained in:
coderaiser 2017-09-08 15:56:29 +03:00
parent 8d4083f038
commit dad0b7b904

View file

@ -28,6 +28,6 @@
"terminal": false,
"terminalPath": "",
"showConfig": "false",
"vim": "true"
"vim": "false"
}