Sublime Text:搜索已打开文件和焦点的列表

时间:2016-12-23 11:01:00

标签: sublimetext3 sublimetext

在使用Command + T的Sublime中,我能够列出项目中的所有文件,然后打开我想要的文件。

是否有快捷键还可以仅搜索已打开文件的列表,然后将其聚焦

原因:当我有非常相似的命名文件时,只搜索已打开的文件更容易(我只需要处理一小部分文件)

2 个答案:

答案 0 :(得分:4)

发现Tab Filter包能够满足我的需求。我可以从已打开的标签中搜索

Tab Filter in Package.io

Tab Filter in GitHub

答案 1 :(得分:2)

您可以使用Goto Anything # redirect all requests on www. made to /book to booking subdomain RewriteCond %{HTTP_HOST} ^www\. RewriteRule ^book(.*)$ https://booking.example.com/book$1 [L,R=301] # redirect all requests on booking. made to not /book to www subdomain RewriteCond %{HTTP_HOST} ^booking\. RewriteCond %{REQUEST_URI} !^/book RewriteCond %{REQUEST_URI} !^/index.php #don't fire on index.php RewriteCond %{REQUEST_URI} !(.js|.css) #allow js / css RewriteRule ^(.*)$ https://www.example.com/$1 [L,R=301] RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ /index.php [NC,L] 跳至文件并运行。它将打开调色板以输入您的搜索。