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.mkd
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,19 @@ Rooter will unset `&autochdir` if it's set.
30
30
31
31
### Which buffers trigger Rooter
32
32
33
-
By default all files and directories trigger Rooter. Configure a comma separated list of patterns to specify which files trigger. Include `/` to trigger on directories. For example:
33
+
By default all files and directories trigger Rooter. Alternatively, set `g:rooter_targets` to a list of file path patterns which should trigger Rooter. Use a literal `/` to match directory buffers. For example:
0 commit comments