sublime editing
shortcuts
basic editing
description |
shortcut key |
Cut line |
ctrl+x |
insertline after |
ctrl+enter |
insertline before |
ctrl+shift+enter |
move the whole line |
ctrl+shift+up/down |
duplicate line |
ctrl+shift+d |
delete line |
ctrl+shift+k |
select line and repeat selection nextline |
ctrl+l and repeat |
select word and repeat |
ctrl+d and repeat |
all content in the parenthesis |
ctrl+shift+m |
Indent line wherever the cursor |
ctrl+] or ctrl+[ |
join next line with current |
ctrl+j |
comment/block comment |
ctrl + / or ctrl+shift + / |
autocomplete suggestion |
ctrl+space |
goto symbol |
ctrl+r |
special less frequent editing
description |
shortcut key |
delete line from cursor to end |
ctrl+k -> k |
delete line from cursor to begining |
ctrl+k ->backspace |
delete word forward/backword |
ctrl+del /ctrl+backspace |
autoclose tag |
alt+. |
select scope and continue expand |
ctrl+shift+space and continue |
split window |
shift+alt+2 or 1 |
make lower /upper |
ctrl+k->L/ U |
toggle console |
ctrl + ` |
incremental find |
ctrl + i |
MISC
show space by default
need to edit user settings
“draw_white_space”: “all”