feat: Add vim terminal command

This commit is contained in:
Billy Vong
2021-12-17 12:48:34 -05:00
parent 009bae5870
commit d30edc7f59
9 changed files with 107 additions and 48 deletions
@@ -49,6 +49,7 @@ const commands = [
"tail",
"theme",
"top",
"vim",
"weaken",
];
@@ -265,7 +266,7 @@ export async function determineAllPossibilitiesForTabCompletion(
return allPos;
}
if (isCommand("nano")) {
if (isCommand("nano") || isCommand("vim")) {
addAllScripts();
addAllTextFiles();
addAllDirectories();