Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ moveToLineStart
Method
moveToLineStart
packages/pi-tui/src/components/editor.ts:1576–1579 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1574
}
1575
1576
private moveToLineStart(): void {
1577
this.lastAction = null;
1578
this.setCursorCol(0);
1579
}
1580
1581
private moveToLineEnd(): void {
1582
this.lastAction = null;
Callers
1
handleInput
Method · 0.95
Calls
1
setCursorCol
Method · 0.95
Tested by
no test coverage detected