Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

LSP

An experimental Bash Language Server with support for Carapace.

Place the single binary release in your PATH and follow the original instructions.

Then add it to your config.

{
  "$schema": "https://charm.land/crush.json",
  "lsp": {
    "bash": {
      "command": "bash-language-server",
      "args": [
        "start"
      ]
    }
  }
}

Not actually recommended at this moment.