sublime搜索和替换-单文件搜索

Searching

To open the search panel for the active file, press
Ctrl + F
. Someoptions and actions available through this panel can be controlled from thekeyboard:

Toggle Regular Expressions Alt +
R
Toggle Case Sensitivity Alt +
C
Toggle Exact Match Alt +
W
Find Next Enter
Find Previous Shift
+ Enter
Find All Alt +
Enter

Incremental Search

The incremental search panel is bound to
Ctrl + I
. The only differencewith the regular search panel lies in the behavior of the
Enter key: inincremental searches, it will select the next match in the file and dismissthe search panel for you. Choosing between this panel or the regular searchpanel is mainly a matter of preference.

Replacing Text

To open the replace planel, press Ctrl
+ H
. Some actions available throughthis panel can be controlled from the keyboard.

Replace All Ctrl
+ Alt +
Enter

Tips

Other Ways of Searching in Files

Goto Anything provides the # operator to search in the active file. Thesearch term will be the text following the operator.

Other Search-Related Key Bindings

These key bindings work when the search panel is hidden.

Search Forward Using Most Recent Pattern F3
Search Backwards Using Most Recent Pattern Shift
+ F3
Select All Matches Using Most Recent Pattern Alt +
F3

Multiline Search

You can type in multiline search patterns into search panels. To enter newlinecharacters, press
Ctrl +
Enter
. Note that search panels are resizable.

sublime搜索和替换-单文件搜索,布布扣,bubuko.com

时间: 2024-10-25 12:45:02

sublime搜索和替换-单文件搜索的相关文章

sublime搜索和替换--多文件搜索替换

Search and Replace - Multiple Files Searching To open the search panel for files, press Ctrl + Shift + F. You can use thekeyboard to control some search panel options and search actions: Toggle Regular Expressions Alt + R Toggle Case Sensitivity Alt

小蚂蚁学习Linux(4)——链接命令ln、文件搜索命令locate、whereis和which

链接命令ln    (取自link之意) ln  [源文件]    [目标文件]    功能:生成链接文件.    -s 创建软连接 ,不加是创建硬链接 硬链接的特征: 1. 拥有相同的i节点和存储block快,可以看做是同一个文件. 2. 可通过i节点识别 3. 不能跨分区 4. 不能针对目录使用 备注:硬链接只要不把所有文件名删除,删除其中一个不影响其他文件名的使用. 需要注意的是,不建议只用硬链接: 1. 硬链接太过隐蔽,只能通过查看inode节点id号识别 2. 自身的限制也比较多. 替

LInux 文件搜索命令

文件搜索命令  locate 优点:搜索速度很快 缺点: 只能搜索文件名(速度快 耗费资源少) localte  文件名 (在后台数据库中按文件名 搜索,搜索速度快  localte 命令并不是在系统中去搜索 ) 而是会在 /var/lib/mlocate  后台数据库  (#locate 命令所搜索的后台数据库 该数据库是一天一更新) updatedb  可以立刻更新数据库 locate 搜索时: 按照配置文件来进行搜索  /etc/updatedb.conf 配置文件 # 开启搜索限制 pr

文件搜索(很实用)

搜索文件名 首先介绍一下软件吧 光速搜索,有绿色版,很小巧.NTFS格式的磁盘,秒搜,搜索文件名,支持模糊搜索.(第一次打开需要创建索引,需要3.4秒) 看图: 搜索说明的文件 文件太多,可以搜索 说明.txt ,    知道后缀. D:\  说明.txt    知道那个盘 D:\*         *.txt          *.pdf        *表示统配符 还有很多需要自己摸索一下. 搜索文本.Word内容 可是光速搜索只能搜文件名,介绍一下windows自带的,可以搜索 文本内部内

linux命令之——文件搜索命令

linux命令之——文件搜索命令 文件搜索命令:find 命令所在路径: /bin/find 执行权限 : find [搜索范围][匹配条件] 功能描述: 文件搜索 $find /etc -name init???  (相当于模糊搜素    *init*         *匹配任意字符   ?匹配单个字符) 在目录/etc中查找文件init -iname不区分大小写 $find / -size +204800 在根目录下查找大于100M的文件 +n 大于 -n 小于 n 等于 $find /ho

第3章 Linux常用命令(3)_文件搜索命令

3. 文件搜索命令 3.1 文件搜索:find (1)find命令 命令名称 find 命令所在路径 /bin/find 执行权限 所有用户 语法 find [搜索范围] [-选项] [匹配条件] -name:根据文件名查找 -iname:根据文件名查找,但忽略大小写 -inum:根据i节点查找 -size [+-n]: 根据文件大小查找,+n大于,-n小于,n等于 其中n的单位:数据块(512字节,即0.5K)的大小 -amin,cmin,mmin:根据时间属性(访问access.文件属性(如

玩转sublime(一)——玩转全局文件搜索/替换

sublime 有一个很强大的功能,就是全局文件搜索,就是你当前文件从给文件的根目录文件夹开始进行遍历搜索,不分大小写. 这个功能的用法: (1)Find-->Find in files ... 在下面的三个输入框内输入相关内容,输入框后面就是相关的按钮 第一个输入框是搜索条件. 如果知道是那个文件夹或文件,可以在第二个输入框输入相关路径 最后一个是替换,跟搜索差不多 (2)第一个操作后就知道,他有个快捷键,就是Ctrl+Shift+f 这个快捷键好记,一般的搜索是Ctrl+f,多了一个Shif

idea 中全局查找不到文件 (两shift),单页搜索不到关键字的原因

全局查找不到文件是因为把要找的目录的本级或者上级设置为了额外的,所以自然找不到 而单页搜索不到内容是因为设置了words关键字,这个要全部都输入完才能找到(也就是整个关键字进行匹配,匹配到了整体才会查找)(全局搜索看了一下,发现Words是灰色的,不能启用) 原文地址:https://www.cnblogs.com/kinome/p/10147902.html

phpcms网页替换验证码及搜索功能

在使用phpcms替换网页的时候,除了正常的替换栏目.内容页等,其他的什么验证码啦,提交表单了,搜索功能了,这些在替换的时候可能会对一些默认文件有一些小小 的改变 下面就是自己在失败中成功的过程,最后终于替换成没有bug的替换.作者:悦~ 一.phpcms的验证码替换 有验证码的地方,一般就是表单了,那么首先就要先制作表单出来了,表单的制作过程很简单,如下: A.制作一张表单出来 (1)登录自己的phpcms后台管理 (2)登录进去后,按照这个步骤进行添加表单 a.模块------表单向导:如图