We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661c1f3 commit 3d17493Copy full SHA for 3d17493
zh-CN/book/configuration.md
@@ -57,7 +57,7 @@ _(尽管 `$env.config` 是一个环境变量,按照惯例它仍然在 `config.
57
58
Nushell 遵循如下的规则来匹配编辑器:
59
60
-1. `$config.buffer_editor`
+1. `$env.config.buffer_editor`
61
3. `$env.VISUAL`
62
2. `$env.EDITOR`
63
4. 如果上面都未匹配成功,则针对 Windows 运行`notepad`, 其他系统`nano`
0 commit comments