Optimizing History Command Display in WSL #644
Unanswered
hurricanedjp
asked this question in
Q&A
Replies: 1 comment
-
Sorry, not possible. It's a limitation in Zsh. You could submit a feature request for being able to limit the max number of rows the completion menu occupies on screen, even when there's more completions than that, to the official Zsh mailing list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for the outstanding project.
I have a minor issue while using it. I followed the instructions in the readme and set 'list-lines' for the History menu to 256, but it displays too much on the entire screen. I want to be able to find 256 history commands without occupying the entire screen. Instead, I would like to set it to display 8 lines and navigate through them using paging. How can I achieve this?
PS: I am using the WSL (Windows Subsystem for Linux) system.
Beta Was this translation helpful? Give feedback.
All reactions