You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ~/.inputrc# mappings to have up and down arrow searching through history:"\e[A": history-search-backward
"\e[B": history-search-forward
# mappings to have left and right arrow go left and right: "\e[C": forward-char
"\e[D": backward-char
# mapping to have [Tab] and [Shift]+[Tab] to cycle through all the possible completions:"\t": menu-complete
"\e[Z": menu-complete-backward
The text was updated successfully, but these errors were encountered:
Sources:
From [1]:
The text was updated successfully, but these errors were encountered: