Mercurial > ec-dotfiles
diff rc/inputrc @ 644:485c0f09d01f
Exclude ruby from custom inputrc
Rather broken with latest ruby readline implementation.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 19 Jul 2020 21:48:27 +0900 |
parents | 9b47effe702f |
children | 1d8596cf49bc |
line wrap: on
line diff
--- 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