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

View File

@@ -44,7 +44,7 @@ interface IProps {
hostname: string;
player: IPlayer;
router: IRouter;
vim?: boolean;
vim: boolean;
}
// TODO: try to removve global symbols