# HG changeset patch # User nanaya # Date 1663150086 -32400 # Node ID 07542066867e16bd0e7dbe18f0ad487221ed1892 # Parent 6010e722b5da15906b519ad6cf65807dbeade05a [inputrc] Remove irb c-u workaround diff -r 6010e722b5da -r 07542066867e rc/inputrc --- a/rc/inputrc Wed Sep 14 19:06:13 2022 +0900 +++ b/rc/inputrc Wed Sep 14 19:08:06 2022 +0900 @@ -30,9 +30,3 @@ #GNOME Terminal "\eOA": history-search-backward "\eOB": history-search-forward - -$if Ruby -# Eventually remove this bug workaround -# Reference: https://github.com/ruby/reline/pull/416/files -"\C-u": unix-line-discard -$endif