Ticket #4026 (new enhancement)
Better accessible quick search
Reported by: | radekp | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | Future Releases |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Hi,
i am totalcmd user and use quick search function a lot. I learned that i can use ctrl+s or alt+s in mc.
https://superuser.com/questions/118280/how-to-enable-find-as-you-type-behavior
But for me it's too much of key pressing and i dont want to disable command prompt,
because i am used to it.
So i wrote simple patch [0] that allows to use key '/' for quick search and i quite
like how it works now.
Are you interested in upstreaming such enhancement. I could implement panel option
so that it's configurable.
Radek
[0] https://github.com/radekp/mc/commit/591c6ce00d7b6f5e848ed7be8cb6d1382de38da9
Note: See
TracTickets for help on using
tickets.
We already have some hardcoded keys here. I don't like an idea to add yet another one. We should find another way.