Skip to content

Commit

Permalink
<space>g brings up debug menu since helix-editor/helix#4229
Browse files Browse the repository at this point in the history
  • Loading branch information
askazakov committed Nov 1, 2023
1 parent 6e3a646 commit 3cae703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ down to the line where we call `cowboy_req:reply/4`:
Req = cowboy_req:reply(200,
```

Open up the debug menu with `<space>d` and bring up the launch
Open up the debug menu with `<space>g` and bring up the launch
templates with `l`. Select the "Existing Erlang Node" template we created
earlier and input the values for `NodeName`, `Cookie`, and `Working Directory`.
I used `dapper@mango`, `dapper_cookie`, and the default value (just hit
Expand Down

0 comments on commit 3cae703

Please sign in to comment.