Completion based on history.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Nov 2023 14:17:23 +0200
changeset 1023 15f1cfa23949
parent 1022 17e43eca7401
child 1024 ad0d69732368
Completion based on history.
.inputrc
--- a/.inputrc	Sun Nov 12 13:44:06 2023 +0200
+++ b/.inputrc	Sun Nov 12 14:17:23 2023 +0200
@@ -125,6 +125,9 @@
 "\e[1;3D": menu-complete-backward           # M-Left
 "\e[1;5I": menu-complete                    # C-TAB
 
+# Completion based on history.
+"\e\C-i": dynamic-complete-history
+
 # Local Variables:
 # mode: shell-script
 # fill-column: 78