-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add an option to disable the Telescope preview #92
Comments
Sounds good @soywod! How would you prefer to configure this? I don't see if there are already configuration options. For example we could have the user set the global value Maybe while doing this it would also be good to add an option for if the default keybindings should be configured or not? |
Sounds great! I would name it sth like
I'm not sure to understand this last one. If you talk about keybinds in general then it's already configurable. See https://github.com/soywod/himalaya/tree/master/vim. For example to change the default |
Cool! I'll make an attempt to add this and share it to see what you think. What I meant regarding keybinds is that currently the default keybindings are always configured, even if you set |
I think this is a bug, it should override the default one. I did on purpose to avoid having a keybinds variable. I will investigate this point. |
I haven't actually tried this but thought this was the case by looking at the code since if the code does e.g. |
I just tried, I confirm that it overrides well the default mapping. It's because I declared a special mapping |
Ooh, didn't know that |
The preview in unusable when Himalaya connects to a remote IMAP server (delay between searches are insane). We need to find a way to disable this feature with a flag.
The text was updated successfully, but these errors were encountered: