Sublime Text is a shareware text and source code editor, natively supporting many programming languages and markup languages. Users can customize it with themes and expand its functionality with plugins, typically community-built and maintained under free-software licenses.

45

Shortcuts

37

Matching

select the line
^
L
cut the line
^
X
select the word
^
D
go to the matching parenthesis
^
M
insert the line after
^
insert the line before
^
This shortcut key is used to select all the content of the current parenthesis
^
M
move the line or selection in the up direction
^
move the line or selection in down
^
select all bookmarks
F2
select the next bookmark
F2
select the previous bookmark
F2
toggle the bookmark
^
F2
undo the previously performed action
^
U
redo the previously performed action
^
Y
join the line below to the end of the current line
^
J
add or remove the comment on the current line
^
/
add indent on the current line
^
]
remove indent on the current line
^
[
paste and indent correctly
^
V
block the comments on the current selection
^
/
create duplicate lines
^
D
select the next autocomplete suggestions
^
go to the line in the current file
^
G
goto word in the current file
^
;
go to a symbol
^
R
open the file by name quickly
^
P
find the word
^
F
find the word in the files
^
F
find the previous
F3
find the next
F3
replace the selected word with a specified word
^
H
revert the view to a single column
1
split the view into two columns
2
set the view to the grid
5
move files to group 2
^
2
jump to group 2
^
2
delete the word in the backward direction
^
delete the word in the forwarding direction
^
delete the entire line
^
K
fold the code
^
[
unfold the code
^
]
split the selection into lines
^
L
add a new line above with cursor
^
add a new line below with the cursor
^
Don't see your shortcut? Learn how to contribute.