-
Notifications
You must be signed in to change notification settings - Fork 478
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
tui: Ask about addtional features for tui #1802
Comments
Hi @kang-hyuck, I don’t clearly get what you mean but it’d be helpful if you could send a PR so that we can understand better. You don’t actually have to open an issue when you already have a patch. Please send a PR without opening an issue in this case. Thanks. |
I think it's useful when quickly search results, because It doesn't need to move cursor to top or bottom line to search next page.
In fact, |
problem: tui needs to move the cursor to the top and bottom to see the previous or next page code. solution: Add the keys to move the page by plcaing the cursor on the result that you are interested in. Those are functions in vim and I implemented it. you can move and search the result more flexibly. Fixed: namhyung#1802 Signed-off-by: kang-hyuck <[email protected]>
Sorry for the late reply. I'm not sure but it looks like a feature for experienced users.. |
It could be for experienced users, but I think it might also be useful to support more requests. |
We cannot copy all behaviors of vim, maybe better to keep the keys for later use. |
hello
I recently implemented
scroll line
,move halfpage
in uftrace.Those features exist in
vim
, and correspond toCtrl + Y/E
andCtrl + D/U
I would like to use it in uftrace too !
Also, whenever I ask about new features, could I post here ?
thank you.
The text was updated successfully, but these errors were encountered: