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
- When using the `--split-match` option, each part around spaces or `|` will be matched in a split way:
270
270
- If the option's value (defaulting to `:`) is absent from the query, do a normal match
271
-
- If it is present, match everything before to everything before it in the items, and everything after it (including potential other occurences of the delimiter) to the part after it in the items. This is particularly useful when piping in input from `rg` to match on both file name and content.
271
+
- If it is present, match everything before to everything before it in the items, and everything after it (including potential other occurrences of the delimiter) to the part after it in the items. This is particularly useful when piping in input from `rg` to match on both file name and content.
272
272
273
273
If you prefer using regular expressions, `skim` offers a `regex` mode:
0 commit comments