I like Netrw . Its pretty good/poweful and it comes in stock Vim .
However I have a small productivity issue entering into Netrw with the normal Cursor Navigation Mode . The most important activity I do is /
instaed of using the navigable cursor as I know what I would be looking for .
- Is it possible to enter into Netrw in
/
i.e search Mode ? I.e Any Netrw buffer defaults to / and hitting Enter should bring it to the simple Cursor Navigation Mode ? - How to make another '/' should just enter the directory currently under the first search highlight ?
- Fuzzy Search would be even more brilliant but any idea on how can be achieved ?
Any ideas how to do this ? Vim is pretty composible and hence this should be possible . Any ideas how to achieve this ? Ofcourse I use CtrlP etc and Netrw has become redundant however its sometimes required to navigate the FS . If you think about its a bit like ido-mode in Emacs , however I was thinking how can I add a layer that uses Netrw but deals with it differently what are the challenges adding that layer and what are some pointers out there to understand these special buffers ?