是否有从范围跳到末尾或开头的快捷方式?
我从 vim 知道 % 移动到关联的 ( ), { }, [ ]。我怎样才能在textmate中做到这一点?
I know from vim the % to move to associated ( ), { }, [ ]. How can I do that in textmate?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找不到对应的单个命令,但您可以执行
Shift-Cmd-B
来选择方括号括起来的文本,然后按向左或向右箭头到达开头或结尾块的。 :/I couldn't find a single command for it, but you can do
Shift-Cmd-B
to select text enclosed by brackets, and then press left or right arrow to get to the beginning or to the end of the block. :/