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

Support vim behaviour #214

Open
user471 opened this issue Aug 18, 2015 · 4 comments
Open

Support vim behaviour #214

user471 opened this issue Aug 18, 2015 · 4 comments
Labels

Comments

@user471
Copy link

user471 commented Aug 18, 2015

I try to use this plugin with vimperator. Everything is fine but there is one problem. In vim you press search hotkey to open find bar then you type the word then you press Enter to start search and close the find bar. But with this plugin you need to press Esc or Ctrl+F to close the find bar. Is there any chance to support closing find bar by pressing Enter?

@Quicksaver
Copy link
Owner

Hmm, in theory this is an interesting feature. But can't you enable the option "Close the findbar when it loses focus" or "Always use the quick findbar" to achieve a similar result?

Granted, it doesn't close immediately when pressing enter. But it also doesn't require you to do any specific action to close it either.

@user471
Copy link
Author

user471 commented Aug 19, 2015

"Close the findbar when it loses focus"

Yes, I already use it, so I can close findbar by pressing Esc. You still need to press something to lose focus. It could be solution if somehow when you press Enter findbar will lose focus.

"Always use the quick findbar"

Even with "autoclose after 1 second" you need to wait when it will close. Pressing Enter is much faster.

Quick findbar has similar purpose. So I think the option like "Close only Quick Findbar by Enter" could be a solution. Right now if a text locate on a link and you press Enter you close quick findbar but also press on this link.

@Quicksaver
Copy link
Owner

Well I am planning some extra customization options for the enter key when typing in the findbar. Although this wasn't one of them, it shouldn't be too hard to add it as well.

@user471
Copy link
Author

user471 commented Aug 20, 2015

thanks

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

No branches or pull requests

2 participants