美文网首页
sublime 快速查找 command + f

sublime 快速查找 command + f

作者: 多记录多学习 | 来源:发表于2019-10-30 13:49 被阅读0次

mac版本查找时不能选中所选的内容,需要手动设置一下。步骤如下:
Preference->Settings,在配置里添加一项:"find_selected_text": true。整个用户配置文件类似:

{

    ...

    "find_selected_text": true,

    ...

}

相关文章

网友评论

      本文标题:sublime 快速查找 command + f

      本文链接:https://www.haomeiwen.com/subject/icrnsctx.html