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
panel: add SearchNext/SearchPrev actions for quick search
Add two new panel actions CK_SearchNext and CK_SearchPrev that cycle
through files matching the current quick search pattern, with
wrap-around. These are only active while quick search is running.
By default, SearchNext is bound to Ctrl+S (same key that starts the
search), and SearchPrev has no default binding. Both can be
customized in the [Panel] section of the keymap file.
This approach follows the existing mc convention of using symbolic
action names bound through keymap files, rather than hardcoding keys.
Signed-off-by: Ilia Karpov <iakarpov@edu.hse.ru>
Signed-off-by: ki <karpovilia@gmail.com>
0 commit comments