Martin Dvorak
Martin Dvorak
openWRT on qemu: https://www.youtube.com/watch?v=JTfPjALI1vU
Idea - persistent configuration for customization which doesn't * `HSTR_CONFIG` environment variable ``` HSTR_CONFIG="hicolor,keybinding.add_favorite=1030,keybinding.change_view=797,keybinding.change_match=1046,keybinding.toggle_case=..." ``` * Consider simplest representation of the keycode: * curses.h `KEY_` constants + `hstr.c` `K_CTRL_A` constants...
Thanks! Please let me reproduce this issue (I use Windows occasionally and did WSL port just to learn more about it).
@dannyk81 I'm on holidays for some time (and don't have Windows machine w/ me) - I will fix this one once I'm back (hopefully in 2 weeks). Long answer: Recently...
@dannyk81 Please check #236 and associated commit - I made it work on bash @ WSL with the workaround mentioned above. There was just wrongly used `hh` in the .`bashrc`...
Unfortunately there is no such option **yet**. Thank you for the suggestion!
Unfortunately I'm able to reproduce the problem. I will fix it in the next HSTR release. Thank you for reporting the bug @xidiot!
I finally found where is the problem - `raw-history-view` is not intentionally filtered.
@xidiot unfortunately it's not possible now, but I went through source code once more and I think that it's actually bug whose fix should not be difficult - reopenning. Hint:...
Thank you Roberto for reporting the problem. I will update build scripts for `brew`.