MCPcopy Index your code
hub / github.com/codeaashu/claude-code / createInitialVimState

Function createInitialVimState

src/vim/types.ts:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186// ============================================================================
187
188export function createInitialVimState(): VimState {
189 return { mode: 'INSERT', insertedText: '' }
190}
191
192export function createInitialPersistentState(): PersistentState {
193 return {

Callers 1

useVimInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected