Exclude ruby from custom inputrc Rather broken with latest ruby readline implementation.
1 files changed, 3 insertions(+), 4 deletions(-) M rc/inputrc
M rc/inputrc +3 -4
@@ 24,13 24,12 @@ set mark-symlinked-directories on "\e\e[D": backward-word "\e\e[C": forward-word +$if Ruby +$else #Up/Down "\e[A": history-search-backward "\e[B": history-search-forward #GNOME Terminal "\eOA": history-search-backward "\eOB": history-search-forward - -#Misc -"\C-w": unix-filename-rubout -"\C-d": possible-completions +$endif