When using ctrl-f find, the “wrap” option is disabled by default. How to set it be always enabled?
I know it can be enabled by tick the wrap icon, but it will be disabled when I reopen the ST.
I have searched relevant result but they didn’t help.
How to set always wrap find result (continue to first match)?
zhou_yc
#1
0 Likes
bschaaf
#4
Fresh windows have a fresh find state, as such “wrap” will always be disabled when starting fresh from a non-hot exit.
0 Likes
zhou_yc
#5
So, can I config the setting to enable “always wrap in find” ?
Maybe it is a feature request.
0 Likes
frou
#7
You could add a user keybinding which supplies a constant value for Wrap rather than relying on state:
{ "keys": ["ctrl+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false, "wrap": true} },
2 Likes