@@ -55,9 +55,10 @@ Type dzad to delete from the cursor to the first instance of "ad": >
55
55
56
56
Note: See | sneak-mappings | to change these mappings.
57
57
58
- Sneak default NORMAL-mode mappings:
59
58
60
- Normal-Mode Key Sequence | Description
59
+ NORMAL-mode mappings~
60
+
61
+ Key Sequence | Description
61
62
-------------------------|----------------------------------------------
62
63
s{char}{char} | Go to the next occurrence of {char}{char}
63
64
S{char}{char} | Go to the previous occurrence of {char}{char}
@@ -69,8 +70,8 @@ Sneak default NORMAL-mode mappings:
69
70
, or \ | Go to the [count] 'th previous match
70
71
s | Go to the [count] 'th next match (see NOTE)
71
72
S | Go to the [count] 'th previous match (see NOTE)
72
- {range} s{char}{char} | Invoke | sneak-vertical-scope|
73
- {range} S{char}{char} | Invoke backwards | sneak-vertical-scope|
73
+ [count] s{char}{char} | Invoke | sneak-vertical-scope|
74
+ [count] S{char}{char} | Invoke backwards | sneak-vertical-scope|
74
75
{operator} z{char}{char} | Perform {operator} from the cursor to the next
75
76
| occurrence of {char}{char}
76
77
{operator} Z{char}{char} | Perform {operator} from the cursor to the
@@ -79,9 +80,10 @@ Sneak default NORMAL-mode mappings:
79
80
NOTE: s and S go to the next/previous match only immediately after
80
81
invoking Sneak; moving the cursor resets this behavior. | sneak-clever-s |
81
82
82
- Sneak default VISUAL-mode mappings:
83
83
84
- Visual-Mode Key Sequence | Description
84
+ VISUAL-mode mappings~
85
+
86
+ Key Sequence | Description
85
87
-------------------------|----------------------------------------------
86
88
s{char}{char} | Go to the next occurrence of {char}{char}
87
89
Z{char}{char} | Go to the previous occurrence of {char}{char}
@@ -94,11 +96,12 @@ Sneak default VISUAL-mode mappings:
94
96
s | Go to the [count] 'th next match (NOTE above)
95
97
S | Go to the [count] 'th previous match (NOTE above)
96
98
97
- STREAK-mode mappings (| sneak-streak-mode | ):
99
+
100
+ STREAK-mode mappings~
98
101
99
102
Key Sequence | Description
100
103
-------------------------|----------------------------------------------
101
- <space> | Exit streak-mode at the current cursor
104
+ <space> | Exit | sneak- streak-mode| at the current cursor
102
105
| position.
103
106
104
107
@@ -271,8 +274,8 @@ To enable "passive" or "smart" streak-mode: *g:sneak#streak*
271
274
>
272
275
let g:sneak#streak = 1
273
276
>
274
- With this setting, sneak with automatically enter streak-mode _only_ if there
275
- are ≥2 visible (on-screen) matches
277
+ With this setting, Sneak enters streak-mode _only_ if there are ≥2 visible
278
+ (on-screen) matches
276
279
277
280
To force streak-mode always (instead of passively letting Sneak decide when
278
281
to enter streak-mode), create a mapping to <Plug> (SneakStreak). For example:
0 commit comments