Mercurial > ec-dotfiles
comparison rc/inputrc @ 685:07542066867e
[inputrc] Remove irb c-u workaround
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 14 Sep 2022 19:08:06 +0900 |
parents | 12fe76be3071 |
children |
comparison
equal
deleted
inserted
replaced
684:6010e722b5da | 685:07542066867e |
---|---|
28 "\e[A": history-search-backward | 28 "\e[A": history-search-backward |
29 "\e[B": history-search-forward | 29 "\e[B": history-search-forward |
30 #GNOME Terminal | 30 #GNOME Terminal |
31 "\eOA": history-search-backward | 31 "\eOA": history-search-backward |
32 "\eOB": history-search-forward | 32 "\eOB": history-search-forward |
33 | |
34 $if Ruby | |
35 # Eventually remove this bug workaround | |
36 # Reference: https://github.com/ruby/reline/pull/416/files | |
37 "\C-u": unix-line-discard | |
38 $endif |