Skip to content

Commit 13935ac

Browse files
committed
📝 CHANGELOG
1 parent 8c3e4b8 commit 13935ac

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
- When `true` you can repeat last-find by `f` and `F`(also `t` and `T`).
3030
- You still can use `,` and `;`.
3131
- e.g. `f a f` move cursor to 2nd `a`.
32-
- My configuration( I'm still in-eval phase, don't take this as recommendation )
32+
- My configuration( I'm still in-eval phase, don't take this as recommendation ).
3333
```coffeescript
34+
keymapSemicolonToConfirmFind: true
3435
findByTwoChars: true
35-
findByTwoCharsAutoConfirmTimeout: 200
36+
findByTwoCharsAutoConfirmTimeout: 500
3637
reuseFindForRepeatFind: true
3738
useSmartcaseForFind: true
3839
```
@@ -41,7 +42,7 @@
4142
- Version: Decided to bump major version.
4243
- Breaking: Default config change/Renamed config name.
4344
- Summary:
44-
- Now all `stayOn` prefixed configuration have new default `true`.
45+
- Now all `stayOn` prefixed configuration have new default `false`.
4546
- New default behavior is NOT compatible with pure-Vim.
4647
- Set all `stayOn` prefixed configuration to `false` to revert to previous behavior.
4748
- Some configuration parameter name is renamed to have `stayOn` prefix.

0 commit comments

Comments
 (0)