From c31903d73d58234e4500983eef3611a763f727f6 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 2 Jun 2018 15:38:30 +0100 Subject: [PATCH] dot/inputrc: Guard `shell-mumble' bindings. Otherwise I get warnings from Scala, which is a bit annoying. --- dot/inputrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/inputrc b/dot/inputrc index 206ccf7..9313006 100644 --- a/dot/inputrc +++ b/dot/inputrc @@ -26,7 +26,9 @@ set enable-bracketed-paste on "\C-u": kill-whole-line ## Better cursor motion. +$if Bash "\e\C-b": shell-backward-word "\e\C-d": shell-kill-word "\e\C-f": shell-forward-word "\C-w": shell-backward-kill-word +$endif -- 2.11.0