diff --git a/src/vim/motions.ts b/src/vim/motions.ts index c8c5811..9113174 100644 --- a/src/vim/motions.ts +++ b/src/vim/motions.ts @@ -80,3 +80,4 @@ export function isInclusiveMotion(key: string): boolean { export function isLinewiseMotion(key: string): boolean { return 'jkG'.includes(key) || key === 'gg' } +