changeset 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 e852829c3f76
children 7e4b3136f55e
files rc/inputrc
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/rc/inputrc	Mon Jun 29 16:06:24 2020 +0900
+++ b/rc/inputrc	Sun Jul 19 21:48:27 2020 +0900
@@ -24,13 +24,12 @@
 "\e\e[D": backward-word
 "\e\e[C": forward-word
 
+$if Ruby
+$else
 #Up/Down
 "\e[A": history-search-backward
 "\e[B": history-search-forward
 #GNOME Terminal
 "\eOA": history-search-backward
 "\eOB": history-search-forward
-
-#Misc
-"\C-w": unix-filename-rubout
-"\C-d": possible-completions
+$endif