-
-
Notifications
You must be signed in to change notification settings - Fork 614
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
separate style and inline_height settings for ctrl+r and up keybinding #2612
Comments
That sounds cool to me! I don't think it will need much of a rewrite at all, here are a few pointers For a summary of what's probably needed
atuin/crates/atuin/src/shell/atuin.zsh Line 84 in 4b758aa
Which is defined here atuin/crates/atuin/src/command/client/search.rs Lines 76 to 77 in 4b758aa
atuin/crates/atuin-client/src/settings.rs Lines 374 to 376 in 4b758aa
I don't have a strong preference on config naming
atuin/crates/atuin/src/command/client/search/interactive.rs Lines 1025 to 1043 in 4b758aa
This has access to the settings struct. We'll probably want some way of passing the flag through, but I'll leave that up to you. Let me know if you need any help! |
I would really like to have the "full" style taking up the complete window when I press ctrl+r, but the "compact" style and only 10 lines or so when using the up arrow.
If creating such a feature wouldn't require huge rewrites then I would love to try implementing it, and would appreciate some pointers about where to start with that.
The text was updated successfully, but these errors were encountered: