Skip to content

Commit

Permalink
Editor examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NotTheDr01ds committed Dec 20, 2024
1 parent d6dcf80 commit f964687
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions book/configuration_preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ can get started with just a few simple steps:
$env.config.buffer_editor = <path_to_your_preferred_editor>
```

For example:

```nu
$env.config.buffer_editor = "code"
# or
$env.config.buffer_editor = "nano"
# or
$env.config.buffer_editor = "hx"
# or
$env.config.buffer_editor = "vi"
# etc.
```

2. Edit `config.nu` using:

```nu
Expand Down

0 comments on commit f964687

Please sign in to comment.