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

[Question] Open Vomnibar without showing browse history #224

Closed
idr4n opened this issue Sep 19, 2020 · 4 comments
Closed

[Question] Open Vomnibar without showing browse history #224

idr4n opened this issue Sep 19, 2020 · 4 comments

Comments

@idr4n
Copy link

idr4n commented Sep 19, 2020

Hi there,

Is there a way or mode to activate the Vomnibar without showing the browse history list? That is if I press o, I just want the the simple Vomnibar input box to appear and not the history (the list will populate only once I start typing).

@gdh1995
Copy link
Owner

gdh1995 commented Sep 20, 2020

Um, no, there' not. Why do you want this? By default, it lists closed tabs when query is empty, and this is the only way to list closed tabs .

@idr4n
Copy link
Author

idr4n commented Sep 20, 2020

Not for a particular reason actually, just being picky here, and that's why I'm not really requesting this as I understand probably most users including yourself, prefer the current UI. I am probably used to the look of traditional Vimium and Surfingkeys. I just prefer a minimalistic look when I open the Vomnibar and get results only when I start typing. That's all. But don't worry about it.

I've been using your extension for the last couple of days testing your new LinkHints.activateModeToSelect command, and I'm really enjoying it and everything seems to be working quite find.

Thanks again for this and feel free to close this anytime as it was just a question.

gdh1995 added a commit that referenced this issue Sep 21, 2020
for #224, may set customCSS like this:
``` css
/*#omni*/
.no-query#list { height: 0 !important }
```
@gdh1995
Copy link
Owner

gdh1995 commented Sep 21, 2020

Hello, here's a version supporting a special trick for this issue: vimium_c-1.85.2-chrome-7da3617.zip.

Usage: add such CSS text to "Custom CSS for Vimium C UI":

/*#omni*/
.no-query#list { height: 0 !important }

Then when query is empty, the list's height is always 0 pixels, so that you won't see it ^_^

@idr4n
Copy link
Author

idr4n commented Sep 21, 2020

Excellent! I just tried it out, and it is just what I wanted. Thanks a lot for this!

I'm closing this issue then. Take care my friend!

@idr4n idr4n closed this as completed Sep 21, 2020
gdh1995 added a commit that referenced this issue Dec 28, 2020
This can make Vomnibar load much faster, because
it will also disable preloading history items.

For #224
and #261 (comment)
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

2 participants