You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labels all words within the line where current cursor locate and lets you jump to one of them.
68
+
69
+
-```Ctrl/Super + Shift + ,```
70
+
-```<label>```
71
+
65
72
### Select mode
66
73
67
74
After triggering select mode, the next jump will select everything inbetween the current cursor position and the selected label.
@@ -108,8 +115,10 @@ You can then override the bindings for any of the following commands:
108
115
-```ace_jump_word```
109
116
-```ace_jump_char```
110
117
-```ace_jump_line```
118
+
-```ace_jump_within_line```
111
119
-```ace_jump_select```
112
120
-```ace_jump_add_cursor```
121
+
-```ace_jump_after```
113
122
114
123
The commands accept an optional Boolean `current_buffer_only` argument. When present and set to `true`, AceJump only performs on the currently edited buffer.
0 commit comments