Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isLinewiseMotion
Function
isLinewiseMotion
src/vim/motions.ts:80–82 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
78
* Note: gj/gk are characterwise exclusive per `:help gj`, not linewise.
79
*/
80
export
function
isLinewiseMotion(key: string): boolean {
81
return
'jkG'
.includes(key) || key ===
'gg'
82
}
83
Callers
1
getOperatorRange
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected