Commit graph

5 commits

Author SHA1 Message Date
Richard Turner
c0449955e3
use Ctrl-n instead of Alt-n on macOS (#1106)
* use Ctrl-n instead of Alt-n on macOS

* make ctrl-n instead of alt-n configurable
2023-07-27 08:10:40 +00:00
JT
eb5e1c213c
update nushell env update syntax (#1080) 2023-06-30 18:30:36 +00:00
Ellie Huxtable
ef88444f21
Update key-binding.md 2023-06-27 20:18:29 +01:00
Ethan Brierley
0ca72ee01a
Update nu section in key-bindings.md - set-env -> let-env (#1074)
I don't think `set-env` exists 🤔 

```
❯ : set-env ATUIN_NOBIND = true
Error: nu:🐚:external_command

  × External command failed
   ╭─[entry #6:1:1]
 1 │ set-env ATUIN_NOBIND = true
   · ───┬───
   ·    ╰── did you mean 'let-env'?
   ╰────
  help: No such file or directory (os error 2)
```
2023-06-26 08:27:24 +01:00
Ellie Huxtable
190c468388
Move key binding docs so they can be more easily found (#1067)
* Move key binding docs so they can be more easily found

* Redirect
2023-06-21 09:28:45 +01:00
Renamed from docs/docs/config/key-binding.md (Browse further)