diff --git a/src/commands/seek.ts b/src/commands/seek.ts index c800e4e0..5e177902 100644 --- a/src/commands/seek.ts +++ b/src/commands/seek.ts @@ -40,7 +40,6 @@ export async function seek( inputLength: Argument = 1, include: Argument = false, ) { - // todo: use anither name, count is taken const input = await inputOr(() => keypress(_, inputLength)); Selections.updateByIndex((_, selection, document) => {