Created
October 20, 2012 15:00
-
-
Save rubyonrailsworks/3923497 to your computer and use it in GitHub Desktop.
SUBlime text2 Keybinds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ctrl+up, ctrl+down可以一行一行的滚动屏幕,pageUp pageDown一页一页翻动 | |
ctrl+L 选择当前行,ctrl+d 选择当前文字块,ctrl+shift+d是直接复制当前行 | |
ctrl + j join lines | |
Survive Before Multi-Selection | |
1.Press Alt or Command and then click in each region where you require a cursor. | |
2.Select a block of lines, and then press Shift + Command + L. | |
3.Place the cursor over a particular word, and press Control/Command + D repeatedly to select additional occurrences of that word. | |
4.Alternatively, add an additional cursor at all occurrences of a word by typing Alt+F3 on Windows, or Ctrl+Command+G on the Mac. Amazing!! | |
Indent | |
https://github.com/SublimeText/IndentGuides | |
GOTO | |
ctrl+g | |
Method | |
ctrl+r | |
关键字 | |
Ctr+p # | |
Lorem | |
split windows | |
ctrl+shift+ 1234 89 | |
ctrl + 1,2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment