Mercurial > ec-dotfiles
comparison rc/inputrc @ 670:1d8596cf49bc
[inputrc] Workaround for ruby reline ctrl-u bug
author | nanaya <me@nanaya.pro> |
---|---|
date | Mon, 17 Jan 2022 01:15:05 +0900 |
parents | 485c0f09d01f |
children | 9713ac597983 |
comparison
equal
deleted
inserted
replaced
669:d40ab65fd460 | 670:1d8596cf49bc |
---|---|
23 #tmux | 23 #tmux |
24 "\e\e[D": backward-word | 24 "\e\e[D": backward-word |
25 "\e\e[C": forward-word | 25 "\e\e[C": forward-word |
26 | 26 |
27 $if Ruby | 27 $if Ruby |
28 # Eventually remove this bug workaround | |
29 # Reference: https://github.com/ruby/reline/pull/416/files | |
30 "\C-u": unix-line-discard | |
28 $else | 31 $else |
29 #Up/Down | 32 #Up/Down |
30 "\e[A": history-search-backward | 33 "\e[A": history-search-backward |
31 "\e[B": history-search-forward | 34 "\e[B": history-search-forward |
32 #GNOME Terminal | 35 #GNOME Terminal |