Set default binding for complete-filename, which was somehow missing.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 13 Dec 2018 12:58:52 +0200
changeset 911 626904acdc85
parent 910 60635dc58066
child 912 355dda4783df
Set default binding for complete-filename, which was somehow missing.
.inputrc
--- a/.inputrc	Wed Dec 12 12:45:40 2018 +0200
+++ b/.inputrc	Thu Dec 13 12:58:52 2018 +0200
@@ -100,6 +100,7 @@
 "\C-n": history-search-forward
 "\eOB": history-search-forward
 
+"\e/" complete-filename
 # Bind 'Shift+TAB' to complete as in Python TAB was need for another purpose.
 "\e[Z": complete
 # Cycling possible completion forward and backward in place.