# HG changeset patch # User nanaya # Date 1642349705 -32400 # Node ID 1d8596cf49bc2a74c183654e8d76931913107748 # Parent d40ab65fd460a0cacf08c2169968093bb1baebf1 [inputrc] Workaround for ruby reline ctrl-u bug diff -r d40ab65fd460 -r 1d8596cf49bc rc/inputrc --- a/rc/inputrc Sat Dec 11 19:04:08 2021 +0900 +++ b/rc/inputrc Mon Jan 17 01:15:05 2022 +0900 @@ -25,6 +25,9 @@ "\e\e[C": forward-word $if Ruby +# Eventually remove this bug workaround +# Reference: https://github.com/ruby/reline/pull/416/files +"\C-u": unix-line-discard $else #Up/Down "\e[A": history-search-backward