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

go backward when deleting searched string #28

Open
cdevelopper opened this issue Feb 5, 2014 · 0 comments
Open

go backward when deleting searched string #28

cdevelopper opened this issue Feb 5, 2014 · 0 comments

Comments

@cdevelopper
Copy link

Hello,

Would it be possible to have an option that goes backward on the search when deleting some characters of the search string ?

Maybe an example will be more explicit :
you're at line 150, looking incrementally for the string "buffer" : you start typing b, then u, then f (twice), and find what you were looking for at line 300. Now, you would like to go back to where you started your search, and you start deleting the string you wrote, but you stay at line 300, while I would find it useful to have the possibility to go back (incrementally, of course :) )

This incremental behaviour is the one in vim (and emacs I think) if you would like to try (open a file in vim and type :set incsearch).

And by the way, thanks for glance, it's really a great plugin

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

No branches or pull requests

1 participant