Merge pull request #1986 from billyvg/feat/add-vim-command

feat: add `vim` terminal command
This commit is contained in:
hydroflame
2021-12-21 11:00:33 -05:00
committed by GitHub
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