mirror of
https://github.com/nushell/nushell.git
synced 2025-04-16 01:08:21 +02:00
Update documentation
This commit is contained in:
parent
f6be795c88
commit
d651cc30e3
@ -115,12 +115,13 @@ $env.config.cursor_shape.vi_normal = "underscore" # Cursor shape in normal vi m
|
||||
# $env.config.completions.*
|
||||
# Apply to the Nushell completion system
|
||||
|
||||
# algorithm (string): Either "prefix" or "fuzzy"
|
||||
# algorithm (string): "prefix", "substring" or "fuzzy"
|
||||
$env.config.completions.algorithm = "prefix"
|
||||
|
||||
# sort (string): One of "smart" or "alphabetical"
|
||||
# In "smart" mode sort order is based on the "algorithm" setting.
|
||||
# When using the "prefix" algorithm, results are alphabetically sorted.
|
||||
# When using the "substring" algorithm, results are alphabetically sorted.
|
||||
# When using the "fuzzy" algorithm, results are sorted based on their fuzzy score.
|
||||
$env.config.completions.sort = "smart"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user