Mercurial > ec-dotfiles
comparison rc/inputrc @ 644:485c0f09d01f
Exclude ruby from custom inputrc
Rather broken with latest ruby readline implementation.
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 19 Jul 2020 21:48:27 +0900 |
parents | 9b47effe702f |
children | 1d8596cf49bc |
comparison
equal
deleted
inserted
replaced
643:e852829c3f76 | 644:485c0f09d01f |
---|---|
22 "\e[1;3C": forward-word | 22 "\e[1;3C": forward-word |
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 | |
28 $else | |
27 #Up/Down | 29 #Up/Down |
28 "\e[A": history-search-backward | 30 "\e[A": history-search-backward |
29 "\e[B": history-search-forward | 31 "\e[B": history-search-forward |
30 #GNOME Terminal | 32 #GNOME Terminal |
31 "\eOA": history-search-backward | 33 "\eOA": history-search-backward |
32 "\eOB": history-search-forward | 34 "\eOB": history-search-forward |
33 | 35 $endif |
34 #Misc | |
35 "\C-w": unix-filename-rubout | |
36 "\C-d": possible-completions |