// &(Rule){ LAUNCH, "find Code -type f -name \"*$data\" | xargs -r edit", NULL },
// &(Rule){ COMPLETE, NULL, NULL }
// },
-
(Rule*[]){ /* Open man pages in a tide window */
&(Rule){ ISSET, "BROWSER", NULL },
&(Rule){ MATCHES, "data", "(.+)\\(([0-9]+)\\)" },
- &(Rule){ LAUNCH, "man -Pcat $M2 \"$M1\" | col -b | tide -", NULL },
+ &(Rule){ LAUNCH, "man $M2 \"$M1\" | col -b | tide -", NULL },
&(Rule){ COMPLETE, NULL, NULL }
},
(Rule*[]){ /* If it's an existing directory, open it with system default */