command-t icon indicating copy to clipboard operation
command-t copied to clipboard

Custom prioritisation of file extensions

Open hugovincent opened this issue 11 years ago • 1 comments

Is it possible to configure Command-T to prioritise certain file extensions/suffixes over others? (Command-T seems to ignore the vim suffixes variable as far as I can tell, as well as the project .gitignore file.). My use case is editing source-to-source languages like Coffee-script and Stylus: Command-T favours the output/generated files (*.css, .js, etc) over the source files (.styl, *.coffee, etc). Thanks!

hugovincent avatar May 05 '14 12:05 hugovincent

At the moment there's no config option for this. As a workaround you could add a suffix to your queries (eg. ".co" for CoffeeScript etc).

On Monday, May 5, 2014, Hugo Vincent [email protected] wrote:

Is it possible to configure Command-T to prioritise certain file extensions/suffixes over others? (Command-T seems to ignore the vim suffixes variable as far as I can tell, as well as the project .gitignore file.). My use case is editing source-to-source languages like Coffee-script and Stylus: Command-T favours the output/generated files (.css, *.js, etc) over the source files (.styl, *.coffee, etc). Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/wincent/Command-T/issues/79 .

wincent avatar May 05 '14 13:05 wincent

Given the big rewrite for v6.0.x, I'm closing all older issues as there is unlikely to be anything significant happening on the 5-x-devel branch from here on[^patches]. Feedback issue for 6.0.x is here:

  • https://github.com/wincent/command-t/issues/393

[^patches]: Patches and PRs would be welcome, but my personal efforts are going to be directed towards main.

wincent avatar Aug 26 '22 21:08 wincent