# HG changeset patch # User Oleksandr Gavenko # Date 1544698732 -7200 # Node ID 626904acdc857a5469d833df85f0feeec72d420a # Parent 60635dc58066ebfe69a3f49c0965b35ef47163dc Set default binding for complete-filename, which was somehow missing. diff -r 60635dc58066 -r 626904acdc85 .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.