升级了Sublime Text 3,结果光标变成了这个样子,非常不习惯: 查了文档http://www.sublimetext.com/3 ,Build 3059中得描述: Added settings caret_extra_top, caret_extra_bottom and caret_extra_width to control the caret size 意思是增加了caret_extra_top caret_extra_bottom caret_extra_width 这三个设置
在Windows 和 Linux 快捷键是 Alt+J,在 Mac OS X 系统下快捷键是 Ctrl+G . 参考 https://blog.jetbrains.com/phpstorm/2014/03/working-with-multiple-selection-in-phpstorm-8-eap/ 答案来自stockoverflow https://stackoverflow.com/questions/23304855/how-can-i-select-next-occurrence-
http://blog.jetbrains.com/phpstorm/2014/03/working-with-multiple-selection-in-phpstorm-8-eap/ 评论有一条回复: This is exactly what I was looking for: Preferences > Keymap then add keyboard shortcuts for Clone Caret Above and Clone Caret Below. 根据自己的需要设置,我的时