Marco Borelli
Marco Borelli
I'm happy to add the history options. The .inputrc additions, while cool, break CTRL-left and CTRL-right to move the cursor one word to the left and right...
Thinking about it, 1M lines in memory and 1B lines on disk seems a bit excessive... What about 100k for both?
> Perhaps there's a way to incoporate both This appears to do the trick: ``` "\e[1;5C": forward-word "\e[1;5D": backward-word ``` I still want to wait a bit, I might find...
Switching to Lubuntu might also improve RAM usage.
Ok, thanks a lot. I'll look into these. EDIT: I'm not closing the issue because several packages are out of date even immediately after deployment. In fact, I suspect the...
MEMO: upgrading the kernel breaks the VirtualBox guest additions, [unless kernel headers are also installed](https://www.dev2qa.com/how-to-resolve-virtualbox-guest-additions-kernel-headers-not-found-for-target-kernel-error/). To install kernel headers, install package `linux-headers-generic`: [the latest version will be installed](https://askubuntu.com/a/268710/593368).
This is related to #6
I also suggest to use in these sample scripts a function that pretty-prints the input nodes, such as this (salvaged from an old protocol file), because it can be very...