Skip to content

Commit db4c543

Browse files
committed
Update README.md
1 parent 92b4d42 commit db4c543

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ In case there are more places to jump to than labels available, labels will be b
9898

9999
## Customization
100100

101+
In order to access AceJump settings, go to ```Preferences > Package Settings > AceJump > Settings - User```.
102+
101103
### Key bindings
102104

103105
Go to ```Preferences > Package Settings > AceJump > Key Bindings - User```.
@@ -113,9 +115,16 @@ The commands accept an optional Boolean `current_buffer_only` argument. When pre
113115

114116
### Labels
115117

116-
Go to ```Preferences > Package Settings > AceJump > Settings - User```,
117-
and override the key ```labels```.
118+
You can override the ```labels``` setting to provide your own set of labels to be used by AceJump.
118119

119120
### Highlighting
120121

121-
You can also set the syntsx scope that's used for highlighting by going to ```Preferences > Package Settings > AceJump > Settings - User```, and overriding ```labels_scope```.
122+
You can also set the syntsx scope that's used for highlighting by overriding ```labels_scope```. The default scope is ```invalid```.
123+
124+
### Case sensitivity
125+
126+
Ace jump is case sensitive by default. Case sensitivity can be toggled on and off by altering the ```search_case_sensitivity``` setting.
127+
128+
### Jumping behind the last character in a line
129+
130+
By setting ```jump_behind_last_characters``` to ```true```, AceJump will jump behind a character if it's the last character on a line, without the need to trigger jump after mode. This only works in character mode and is switched off by default.

0 commit comments

Comments
 (0)