comparison rc/inputrc @ 674:7423d2c773e4

Merge
author nanaya <me@nanaya.pro>
date Tue, 05 Apr 2022 13:55:57 +0900
parents 1d8596cf49bc
children 9713ac597983
comparison
equal deleted inserted replaced
673:6cdd7d26260d 674:7423d2c773e4
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