You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/configuration.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,17 @@ These are some important variables to look at for Nushell-specific settings:
51
51
-`PROMPT_INDICATOR_VI_NORMAL = "〉 "`
52
52
-`PROMPT_MULTILINE_INDICATOR = "::: "`
53
53
54
+
### Configurations with built-in commands
55
+
56
+
Starting with release v0.64 of Nushell, we have introduced two new commands(`config nu` and `config env`) which help you quickly edit nu configurations with your preferred text editor/IDE
57
+
58
+
Nushell follows underneath orders to locate the editor:
59
+
60
+
1.`$config.buffer_editor`
61
+
2.`$env.EDITOR`
62
+
3.`$env.VISUAL`
63
+
4. If 1~3 not found, then launch `notepad` for windows, otherwise run `nano`
64
+
54
65
### Color Config section
55
66
56
67
You can learn more about setting up colors and theming in the [associated chapter](coloring_and_theming.md).
0 commit comments