From 3327fe7c1f3b764980688b74bb6460fb741e6d9d Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=9A=AA=20motions.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vim/motions.ts | 1 + 1 file changed, 1 insertion(+) 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' } +