Request: The Ctrl-T action should see the space as a - directory - separator, and not bluntly ignore it. (except if some files names contain a space)
Example
/store/index.html /cart/index.html /client/index.html
Command 1: [Ctrl-T] + "in"
=> displays index.html - store index.html - cart index.html - client
Command 2: [Ctrl-T] + "in cl"
=> SHOULD filter and display index.html - client
Alain