Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow stop search and leave cursor at some place other than initial place or some matched line #56

Open
xianxu opened this issue May 28, 2016 · 1 comment

Comments

@xianxu
Copy link

xianxu commented May 28, 2016

Often times I start a search, hit cmd+i couple of times, scroll to a bit and find one line I want to start editing. So I click on that line (which is not the matched line, but probably 2 lines down), I expect a way for me to exit search and stay on that line. So far I haven't found out how. The two ways to exit search either jump back to cursor location before search, or current match location.

More generally, incremental search doesn't play well if I move cursor location, either by scroll and click-to-select, or using vim binding (say gg to go to beginning of file). When I go back to head of file and hit cmd+i again, I expect incremental search to start searching from beginning again. However, incremental search still keep search from the 'matched position', which is kind of confusing.

@mrstux
Copy link

mrstux commented Nov 23, 2016

having this issue too. basically, start an incrmeental search... get to where I need, and click into the code... and it leaves the last hit circled forever... until I enter search and esc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants