# HG changeset patch # User nanaya # Date 1595162907 -32400 # Node ID 485c0f09d01fc36a468640e4361775d6c106ef0c # Parent e852829c3f762b6270a35088798b985e94384c04 Exclude ruby from custom inputrc Rather broken with latest ruby readline implementation. diff -r e852829c3f76 -r 485c0f09d01f rc/inputrc --- a/rc/inputrc Mon Jun 29 16:06:24 2020 +0900 +++ b/rc/inputrc Sun Jul 19 21:48:27 2020 +0900 @@ -24,13 +24,12 @@ "\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