Skip to content

Commit

Permalink
WIP: long line
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Nov 29, 2024
1 parent d76bcd9 commit 17df449
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs/install-and-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,18 +210,8 @@ To set up command-line completion, source the output of
`jj util completion bash/zsh/fish`. Exactly how to source it
depends on your shell.

Improved completions are also available. They will complete things like
bookmarks, aliases, revisions, operations and files. They can be context aware,
for example they respect the global flags `--repository` and `--at-operation` as
well as some command-specific ones like `--revision`, `--from` and `--to`. You
can activate them with the alternative "dynamic" instructions below. They should
still complete everything the static completions did, so only activate one of
them. Please let us know if you encounter any issues, so we can ensure a smooth
transition once we default to these new completions. Our initial experience
is that these new completions work best with `fish`. If you have ideas about
specific completions that could be added, please share them
[here](https://github.com/martinvonz/jj/issues/4763).

Improved completions are also available. They will complete things like bookmarks, aliases, revisions, operations and files. They can be context aware, for example they respect the global flags `--repository` and `--at-operation` as well as some command-specific ones like `--revision`, `--from` and `--to`. You can activate them with the alternative "dynamic" instructions below. They should still complete everything the static completions did, so only activate one of them. Please let us know if you encounter any issues, so we can ensure a smooth transition once we default to these new completions. Our initial experience is that these new completions work best with `fish`. If you have ideas about specific completions that could be added, please share them [here](https://github.com/martinvonz/jj/issues/4763).

### Bash

```shell
Expand Down

0 comments on commit 17df449

Please sign in to comment.