burrow-pi-img/stage2/01-sys-tweaks/00-patches/04-inputrc.diff

13 lines
369 B
Diff

Index: stretch-stage2/rootfs/etc/inputrc
===================================================================
--- stretch-stage2.orig/rootfs/etc/inputrc
+++ stretch-stage2/rootfs/etc/inputrc
@@ -65,3 +65,7 @@ $endif
# "\e[F": end-of-line
$endif
+
+# mappings for up and down arrows search history
+# "\e[B": history-search-forward
+# "\e[A": history-search-backward