Các phím nóng thường sử dụng trong Sublime Text
Đã xem: 1286 | Cập nhật lần cuối: 2021-08-21 14:17:43
shift+ctrl+↵
Insert line before
shift+ctrl+UP
Move line/selection up
shift+ctrl+DOWN
Move line/selection down
ctrl+L
Select line - Repeat to select next lines
ctrl+D
Select word - repeat select other occurrences
ctrl+M
Go to matching parentheses
shift+ctrl+M
Select all contents of the current parentheses
ctrl+Kctrl+K
Delete from cursor to end of line
ctrl+Kctrl+BACKSPACE
Delete from cursor to start of line
ctrl+]
Indent current line(s)
ctrl+[
Un-indent current line(s)
shift+ctrl+D
Duplicate line(s)
ctrl+J
Join line below to the end of the current line
ctrl+/
Comment/un-comment current line
shift+ctrl+/
Block comment current selection
ctrl+Y
Redo or repeat last keyboard shortcut command
shift+ctrl+V
Paste and indent correctly
ctrl+[SPACE]
Select next auto-complete suggestion
ctrl+P
Quick-open files by name
ctrl+;
Goto word in current file
ctrl+G
Goto line in current file
ctrl+Kctrl+C
Scroll to selection
shift+ctrl+J
Select indentation
shift+ctrl+[SPACE]
Select scope
ctrl+Kctrl+B
Toggle side bar
shift+ctrl+P
Command prompt
shift+ctrl+F
Find in files
shift+alt+2
Split view into two columns
shift+alt+1
Revert view to single column
shift+alt+5
Set view to grid (4 groups)
shift+ctrl+2
Move file to group 2
ctrl+Kctrl+L
Transform to lowercase
ctrl+Kctrl+U
Transform to uppercase
ctrl+BACKSPACE
Delete word backwords
ctrl+DEL
Delete word forwards
alt+ctrl+DOWN
Add new line below with cursor
ctrl+Kctrl+D
Skip selection
shift+ctrl+L
Split selection into lines
alt+F3
Add cursor at all occurrences of a word
alt+ctrl+UP
Add new line above with cursor
ESC
Return to single selection
ctrl+Kctrl+X
Switch location with mark
ctrl+Kctrl+A
Select to mark
ctrl+Kctrl+[SPACE]
Set mark
alt+F2
Select all bookmarks
shift+F2
Previous bookmark