让 Sublime Text 可以像 Idea 一样扩展选取

2017-09-26  本文已影响73人  Vissioon
  1. ctrl/command + shift + p
    选择 install package
image.png
  1. 搜索 expandRegion 并选择

  2. 在 Preferences>key Bindings 里面添加

[  
  { "keys": ["ctrl+w"], "command": "expand_region" },  
]

或者在 mac 中

[  
  { "keys": ["super+w"], "command": "expand_region" },  
]
  1. 效果
扩展选取展示.gif
上一篇 下一篇

猜你喜欢

热点阅读