Skip to content

Commit

Permalink
fix: PR fixes - Added quotes in the editor example in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
lazysegtree committed Feb 4, 2025
1 parent a0bef35 commit f0339e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/getting-started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ EDITOR=nvim
This will set Neovim as your default file editor. After setting this, Neovim will be used when opening files with the `e` key bindings.

```
file_editor = nano
dir_editor = vi
file_editor = "nano"
dir_editor = "vi"
```

These are changes in config file. See [superfile-config](/configure/superfile-config) for more info.
Expand Down

0 comments on commit f0339e1

Please sign in to comment.