From 32ab558603705f3678233aff4eff5b17f3720fc3 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 16 Apr 2021 13:48:45 +0200 Subject: [PATCH 1/1] .inputrc: Termux compatibility. --- .inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.inputrc b/.inputrc index cc6af3d..5918351 100644 --- a/.inputrc +++ b/.inputrc @@ -1,3 +1,5 @@ $include /etc/inputrc set bell-style none control-t: forward-search-history +# Termux types +"\e[23~": redraw-current-line -- 1.8.3.1