iiRecord
Agentic AI Atlas · Vim
tool:vima5c.ai
II.
Tool JSON

tool:vim

Structured · live

Vim json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-editors.yamlCluster · domain
Record JSON
{
  "id": "tool:vim",
  "_kind": "Tool",
  "_file": "domain/tools/tools-editors.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Vim",
    "homepageUrl": "https://www.vim.org",
    "kind": "other",
    "description": "Modal terminal editor descended from vi; ubiquitous on Unix\nsystems and configurable via Vimscript.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:vim",
      "to": "skill-area:editor-fluency",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:vim",
      "to": "skill-area:developer-environment",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:vim",
      "to": "skill-area:editor-fluency",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:vim",
      "to": "tool:emacs",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal editors — Vim is modal; Emacs uses modifier keys"
      }
    },
    {
      "from": "tool:vim",
      "to": "tool:helix",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Modal terminal editors — Vim uses Vimscript; Helix has built-in LSP and tree-sitter"
      }
    },
    {
      "from": "tool:vim",
      "to": "tool:neovim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Modal editors — Vim uses Vimscript; Neovim adds Lua scripting"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:editor-fluency",
      "to": "tool:vim",
      "kind": "uses_tool"
    },
    {
      "from": "tool:emacs",
      "to": "tool:vim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal editors — Emacs uses modifier keys; Vim is modal"
      }
    },
    {
      "from": "tool:helix",
      "to": "tool:vim",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Modal terminal editors — Helix has built-in LSP and tree-sitter; Vim uses Vimscript"
      }
    }
  ]
}