You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
previously, exiting the isearch prompt would `_cancel` which discards
prompt contents. swapping this for `_submit` causes prompt history to
be saved similar to other prompts.
since `up` and `down` already control moving between matches, use
`C-n` and `C-p` (similar to readline) for navigating prompt history.
0 commit comments