You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The up/down arrows work correctly, but the left/right arrows seem to take on the behavior of the last vertical arrow you pressed. So:
If I'm scrolling up with the up arrow and then press either the left or right arrow, the left or right arrow will continue scrolling up.
If I'm scrolling down with the down arrow and then press either the left or right arrow, the left or right arrow will continue scrolling down.
To Reproduce
Hit the up or down arrow.
Hit the left or right arrow.
Expected behavior
Perhaps the left arrow can go up to the parent directory, and the right arrow can drill down to the selected directory (or do nothing if the selected line is not a directory).
Screenshots
N/A
Configuration (please complete the following information):
OS: Arch Linux
Version 0.11.4
Default configuration
Additional context
I'm not sure if this matters at the level of your code but I'm sshing into a headless server and my terminal emulator is using xterm emulation.
The text was updated successfully, but these errors were encountered:
Describe the bug
The up/down arrows work correctly, but the left/right arrows seem to take on the behavior of the last vertical arrow you pressed. So:
To Reproduce
Expected behavior
Perhaps the left arrow can go up to the parent directory, and the right arrow can drill down to the selected directory (or do nothing if the selected line is not a directory).
Screenshots
N/A
Configuration (please complete the following information):
Additional context
I'm not sure if this matters at the level of your code but I'm sshing into a headless server and my terminal emulator is using xterm emulation.
The text was updated successfully, but these errors were encountered: