Mercurial > ec-dotfiles
changeset 674:7423d2c773e4
Merge
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Tue, 05 Apr 2022 13:55:57 +0900 | 
| parents | 6cdd7d26260d (current diff) 1d8596cf49bc (diff) | 
| children | 68fbd1336559 | 
| files | |
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/rc/inputrc Tue Apr 05 13:55:06 2022 +0900 +++ b/rc/inputrc Tue Apr 05 13:55:57 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
