Unexpected panel switching when navigate_with_arrows=true #4735
Replies: 3 comments 1 reply
-
Also the "quick info" panel doesn't update when I move to the parent directory using the left arrow. It should show "Cannot view: not a regular file". |
Beta Was this translation helpful? Give feedback.
-
You didn't provide any info about mc you're using.
Absolutely unconfirmed. Please provide the step-by-step description how to reproduce that.
What is "quick info"? "Quick view" of "Info"? "Not a regular file" is a correct message for directory. |
Beta Was this translation helpful? Give feedback.
-
Okay, sorry for the inaccuracy. Let's assume it's a bug. Actually, at least 2 different bugs. I've found the second important condition. I deleted the .config/mc/ini file, started mc and changed only these options: Affected versionsI haven't seen any unaffected version. $ mc -V Darwin localhost.local 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:33:47 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6000 arm64 $ mc -V Linux rzp 6.1.59-1-stable #7d2440287 SMP PREEMPT Mon Oct 23 02:57:54 UTC 2023 aarch64 GNU/Linux Conditionsnavigate_with_arrows = true Steps to Reproduce
Expected Behavior
Actual Behavior
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use "lynx-like motion" (navigate_with_arrows=true). I don't know if it’s common practice, but I find it very convenient for fast navigation.
My understanding of lynx-like motion:
The problem is that the right arrow also moves focus to the opposite panel when a regular file is highlighted. It breaks the design pattern of moving back and forth with the left and right arrows. It is confusing and breaks the muscle-memory pattern.
It feels like a non-lynx-motion behavior that appears when the desired action (enter the directory) isn’t available. I think the correct behavior should be to do nothing, or at least not change the active panel.
Is this a bug or a feature?
Is there an option to disable panel switching while still using the arrows for navigation?
Beta Was this translation helpful? Give feedback.
All reactions