rabite0
rabite0
Thanks, that definitely sounds useful. Should be easy enough to implement. EDIT: Done. Add `ZoomPreview=C` (or whatever, but `c` is bound to `ToggleColumns`, too) to zoom into the preview pane....
On the dev branch it prints timing information and it shows that hunter currently loads 1 million files in < 200ms. nnn takes 1130ms to load that same directory as...
Ooops! Will fix that right now.
853cf53 `fix prepended "/" when completing directory` d18836d `fix garbage completion with partial directory name and trailing /` Still a bit underwhelming, since it doesn't actually switch to the directory...
Done! While in this mode you can move the selection up/down with history up/down (C/M-p/n by default). Cancelling with C-c resets the directory and the previous selection. "../" does what...
Will add something like this when custom keybinds land, since this will make it easy to get the bindigs programatically. I'm going to work on that next. That's what you...
Huh, yeah, that's currently not possible. Atm you can only define a single key (with modifiers) to an action. So you have to define it as `Top=g` Defining bindings like...
Does that happen with current master? I'm currently reworking how files are loaded/stored (splay tree instead of vec), which almost halves loading time because there is no need to sort...
Yes, I've been thinking about adding some kind of (persistent?) macro recording and key layering system. Currently working on fixing the most glaring issues before I add yet more features,...
What do you mean? Like scrolling down a text preview or something like that?