File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ```
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.
You can’t perform that action at this time.
0 commit comments