Ticket #1638 (closed defect: invalid)
M-o and M-i shortcuts
Reported by: | ralesk | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
In 4.6.1, M-o would copy the active panel to the inactive one (change it to the same directory and the same file position), later, around 4.6.2, this shortcut was changed to M-i, and M-o became a complex and not-sure-if-useful function: on a directory, it would load that dir in the inactive panel, on a file, it would load the parent directory in the inactive panel, AND MOVE THE CURSOR DOWN.
So I have a couple issues with this:
1) Why change the shortcut, why not make this new function be M-i?
2) What good is this function?
3) Why does it move the cursor down? The very very rare times I want to open a subdir or the parent into the other panel I don't need to get disoriented by this.
From 4.6.1 (2005 year) till now function chdir_other_panel not changed.
See screen.c function chdir_other_panel.
1) Cause it happen, more than 4 years ago. Nothing is eternal under the moon.
Maybe it's should work like (o - key) other-window view in emacs dired.
2) M-o usefull to fast overview directories (like quick view for files).
3) see 2
Thats not bug, so I'll close it.
Please wait for #212 and remap key bindings as you like.