diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/rl-next/repl-complete-colon.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/rl-next/repl-complete-colon.md b/doc/manual/rl-next/repl-complete-colon.md new file mode 100644 index 000000000..19733575b --- /dev/null +++ b/doc/manual/rl-next/repl-complete-colon.md @@ -0,0 +1,8 @@ +--- +synopsis: "`nix repl` now allows tab-completing the special repl :colon commands" +cls: 1367 +credits: Qyriad +category: Improvements +--- + +The REPL (`nix repl`) supports pressing `<TAB>` to complete a partial expression, but now also supports completing the special :colon commands as well (`:b`, `:edit`, `:doc`, etc), if the line starts with a colon. |