mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
commandline docs: add note that -b selects autosuggestion
Suggested in #5000.
This commit is contained in:
parent
00f2099f29
commit
dc17869a84
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ The following options change the way `commandline` updates the command line buff
|
|||
|
||||
The following options change what part of the commandline is printed or updated:
|
||||
|
||||
- `-b` or `--current-buffer` select the entire buffer (default)
|
||||
- `-b` or `--current-buffer` select the entire buffer, including any displayed autosuggestion (default)
|
||||
|
||||
- `-j` or `--current-job` select the current job
|
||||
|
||||
|
|
Loading…
Reference in a new issue