diff --git a/src/actions/actions.ts b/src/actions/actions.ts index c19602c49ea..5b3e1c329b7 100644 --- a/src/actions/actions.ts +++ b/src/actions/actions.ts @@ -1510,7 +1510,7 @@ class CommandCenterScroll extends BaseCommand { } @RegisterAction -class COmmandTopScroll extends BaseCommand { +class CommandTopScroll extends BaseCommand { modes = [ModeName.Normal]; keys = ["z", "t"];