II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:vim-mode
Vim mode json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:vim-mode",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/ui-modes.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Vim mode",
"description": "Vim-style modal editing in the chat input.",
"surface": "prompt-ui",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": false,
"keyboardShortcut": "Esc / i (vim modes)"
},
"outgoingEdges": [
{
"from": "interaction-primitive:vim-mode",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:vim-mode",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "keybinding"
}
}
}
]
}