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: OPTIONS.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1229,10 +1229,22 @@ Zoxide recent directories
1229
1229
1230
1230
Complete path under cursor (incl dirs)
1231
1231
1232
+
##### complete_path.word_pattern
1233
+
1234
+
Type: `string`, Default: `nil`
1235
+
1236
+
The pattern used to match the word under the cursor. Text around the cursor position that matches will be used as the initial query and replaced by a chosen completion. The default matches anything but spaces and single/double quotes.
1237
+
1232
1238
#### complete_file
1233
1239
1234
1240
Complete file under cursor (excl dirs)
1235
1241
1242
+
##### complete_file.word_pattern
1243
+
1244
+
Type: `string`, Default: `nil`
1245
+
1246
+
See [`complete_path.word_pattern`](#complete_path.word_pattern)
0 commit comments