ABFIJKLMNOPQRSTUV
4
5
bKeys Additional description
6
General
7
ctrl+y redo, or repeat last keyboard shortcut command
8
toggle_commentctrl+/
9
toggle_commentctrl+shift+/
10
duplicate_linectrl+shift+d
11
ctrl+u soft undo (somehow undoes your movements; it jumps to your last change before undoing it when you repeat this command)
12
ctrl+shift+v paste and indent correctly
13
Selection
14
split_selection_into_linesctrl+shift+l
15
expand_selection to tagctrl+shift+aexpand selection to tag
16
expand_selection to linectrl+lexpand selection to line
17
find_under_expandctrl+d select word (repeat select others occurrences in context for multiple editing)
18
expand_selection to bracketsctrl+shift+m select all contents of the current brackets (curly brackets, square brackets, parentheses)
19
expand_selection to scopectrl+shift+space
20
21
Search
22
find_nextf3
23
find_prevshift+f3
24
find_underctrl+f3
25
find_under_prevctrl+shift+f3
26
find_all_underalt+f3select all occurrences of highlighted word
27
show_panel findctrl+f
28
show_panel find_in_filesctrl+shift+f
29
show_panel replacectrl+h
30
replace_nextctrl+shift+h
31
slurp_find_stringctrl+e
32
slurp_replace_stringctrl+shift+e
33
34
Editing
35
ctrl+shift+k delete line
36
ctrl+enter insert line after
37
ctrl+shift+enter insert line before
38
ctrl+shift+up move line (or selection) up
39
ctrl+m jump to closing bracket for current code, repeat to jump to opening bracket
40
ctrl+k, ctrl+k delete from cursor to end of line
41
ctrl+k, ctrl+backspace delete from cursor to start of line
42
ctrl+] indent current line(s)
43
ctrl+[ un-indent current line(s)
44
ctrl+shift+d duplicate line(s)
45
join_linesctrl+j join line below to the end of the current line
46
ctrl+ / comment/un-comment current line
47
ctrl+shift+/ block comment current selection
48
alt+/ select next auto-complete suggestion (User Defined)
49
F9
50
51
52
53
54
55
56
Marks
57
set_markctrl+k, ctrl+space
58
select_to_markctrl+k, ctrl+a
59
delete_to_markctrl+k, ctrl+w
60
swap_with_markctrl+k, ctrl+x
61
clear_bookmarksctrl+k, ctrl+g
62
63
64
Plugin : Emmet
65
go_to_matching_pairctrl+shift+a
66
merge_linesctrl+j
67
wrap_zen_as_you_typectrl+alt+enter
68
remove_tagshift+ctrl+;
69
70
Plugin : Inc-Dec-Value
71
inc_allsuper+ctrl+up
72
inc_maxsuper+alt+up
73
inc_minalt+up
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103