Skip to content

Commit f8bd5b6

Browse files
committed
Add within line mode in README
1 parent 382bda8 commit f8bd5b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ Labels all non-empty lines and lets you jump to one of them.
6262

6363
![Line mode](https://cloud.githubusercontent.com/assets/8056203/10858872/9207c596-7f58-11e5-9353-2d57783ca2cc.gif)
6464

65+
### Within Line mode
66+
67+
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+
6572
### Select mode
6673

6774
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:
108115
- ```ace_jump_word```
109116
- ```ace_jump_char```
110117
- ```ace_jump_line```
118+
- ```ace_jump_within_line```
111119
- ```ace_jump_select```
112120
- ```ace_jump_add_cursor```
121+
- ```ace_jump_after```
113122

114123
The commands accept an optional Boolean `current_buffer_only` argument. When present and set to `true`, AceJump only performs on the currently edited buffer.
115124

0 commit comments

Comments
 (0)