motions.ts

This commit is contained in:
nirholas
2026-03-31 10:24:35 +00:00
parent a69c6d10e6
commit 3327fe7c1f

View File

@@ -80,3 +80,4 @@ export function isInclusiveMotion(key: string): boolean {
export function isLinewiseMotion(key: string): boolean {
return 'jkG'.includes(key) || key === 'gg'
}