✨ ⚪ motions.ts
This commit is contained in:
@@ -80,3 +80,4 @@ export function isInclusiveMotion(key: string): boolean {
|
|||||||
export function isLinewiseMotion(key: string): boolean {
|
export function isLinewiseMotion(key: string): boolean {
|
||||||
return 'jkG'.includes(key) || key === 'gg'
|
return 'jkG'.includes(key) || key === 'gg'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user