diff --git a/website/src/content/docs/getting-started/tutorial.md b/website/src/content/docs/getting-started/tutorial.md index 05c7830..d1b22ed 100644 --- a/website/src/content/docs/getting-started/tutorial.md +++ b/website/src/content/docs/getting-started/tutorial.md @@ -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.