You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -463,6 +463,7 @@ You can now override the context portForward default address configuration by se
463
463
showTime: false
464
464
# Define how suggestions are made.
465
465
# "PREFIX": typed text is considered a prefix, sorts suggestions alphabetically. Default mode.
466
+
# "FUZZY": typed text is fuzzy-matched against suggestions, sorted by Levenshtein distance (but only character additions are considered as possible string edits).
466
467
# "LONGEST_PREFIX": typed text is considered a prefix, sorts suggestions by how much of the typed text they match; if equal, it falls back to alphabetical order.
467
468
# "LONGEST_SUBSTRING": typed text is considered a substring, sorts suggestions by how much of the typed text they match; if equal, it falls back to alphabetical order.
0 commit comments