fresh-editor 0.2.11

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
{
  "inherits": "default",
  "bindings": [
    {
      "comment": "VSCode-specific overrides",
      "key": "d",
      "modifiers": ["ctrl"],
      "action": "add_cursor_next_match",
      "args": {},
      "when": "normal"
    },
    {
      "key": "/",
      "modifiers": ["ctrl"],
      "action": "toggle_comment",
      "args": {},
      "when": "normal"
    },
    {
      "key": "k",
      "modifiers": ["ctrl", "shift"],
      "action": "delete_line",
      "args": {},
      "when": "normal"
    },
    {
      "key": "g",
      "modifiers": ["ctrl"],
      "action": "goto_line",
      "args": {},
      "when": "normal"
    }
  ]
}