Hisham Muhammad
Hisham Muhammad
That's because Ctrl+Shift+C and Ctrl+Shfit+V are provided by your terminal, not by Dit. There's a "hidden" feature to workaround this, but it's not enabled by default. Edit dit.c and change...
I have some ideas how to improve this, but for now you'll have to use Ctrl+Shift+V to paste from the outside world; Ctrl+V will only paste the last thing copied...
In most terminals Shift-PageUp and Shift-PageDown are captured to do terminal scrollback. I can't seem to get Shift-PageUp and Shift-PageDown to be forwarded to Dit in rxvt-unicode. After some research,...
What output did you get?
Ah, no worries! Thanks for thundering through the build errors and reporting on the journey! I'll see if I can get these fixes integrated into the default `make` sequence.
Yeah, I've been postponing adding configuration since forever... :) The ideal way, I think would be like I did in htop: (1) a simple key-value pair config file (like ~/.config/htop/htoprc)...
Thanks for the report! > When building on Cygwin (MobaXterm) with embeded Lua integrated, ar returns an error with unknown option "u" (deprecated anyway): I pushed a commit removing `u`...
...and unfortunately Ctrl+H conflicts with backspace in many terminals, though _I think_ there may be curses/terminal trickery to change that behavior. I'd love to have it available both at F1...
Ctrl+G is goto line...
(which also works as "goto tab" if you type the name of a filename instead of a number... another undocumented features that highlights the need of a help screen!)