-
Notifications
You must be signed in to change notification settings - Fork 174
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
Scrolling in console, again #2451
Comments
Personally I like Ctrl+O the way it is. The only thing I hate is pressing F3 to scroll it. If there would be possible to use Up/Down/PgUp/PgDn to scroll the buffer without the need to invoke viewer it would be perfect. Ok, maybe not Up/Down because it scrolls history, but maybe Ctrl+Up/Ctrl+Down or something like that. What you want is actually can be implemented via terminal emulator easily. |
2 tabs won't be much useful, since the current directories will be independent there. The whole point of Ctrl+O is to keep the CWD the same as the active panel shows. |
Still can be done with kitty's kitten |
This ticket describes two different issues. The first is the behavior of the built-in console "like in mc." The second is adding a scrollbar to the console so that it can be scrolled with the mouse without needing to press any buttons. Therefore, I am creating a separate ticket for scrollbar issue, here it is: #2644 As for the "vanilla" console in far2l, this behavior is intentional. I think @elfmz can provide more details about it. |
I think when Ctrl+O is pressed (in --tty mode at least), the terminal should turn into plain vanilla console. The same way as e.g. mc does it. With mouse scrolling working by default, with Cmd+F triggering built-in terminal app search etc.
Currently, when Ctrl+O is pressed and the panels are hidden, it's pretty hard to work with console (too many differences). Because that's the main purpose of Ctrl+O - to fallback to plain console.
(I know about Ctrl+Shift+F3, it is still not the best experience in comparison to the vanilla console. And Ctrl+Shift+MouseWheel doesn't work on MacOS at least, both in Terminal and in iTerm.)
The text was updated successfully, but these errors were encountered: