Bind "Shift TAB" to complete as in Python TAB was need for another purpose.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 14 Oct 2011 14:57:41 +0300
changeset 225 29a3658af2d3
parent 224 c73d2512617d
child 226 97139da73273
Bind "Shift TAB" to complete as in Python TAB was need for another purpose.
.inputrc
--- a/.inputrc	Thu Oct 13 10:55:40 2011 +0300
+++ b/.inputrc	Fri Oct 14 14:57:41 2011 +0300
@@ -87,6 +87,8 @@
 "\e[B": history-search-forward
 "\C-n": history-search-forward
 
+# Bind "Shift TAB" to complete as in Python TAB was need for another purpose.
+"\e[Z": complete
 # "	": menu-complete
 
 # Local Variables: