From 4edf7c02d982b60ab4af6aa6e5c4d9b885721195 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 25 Feb 2016 18:42:23 +0100 Subject: [PATCH] Bugfixing --- basic/shells.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic/shells.sls b/basic/shells.sls index c514646..d1c484f 100644 --- a/basic/shells.sls +++ b/basic/shells.sls @@ -7,10 +7,10 @@ zsh: inputrc-history-search-backward: file.uncomment: - name: /etc/inputrc - - regex: '"\e[5~": history-search-backward' + - regex: '"\\e\[5~": history-search-backward' inputrc-history-search-forward: file.uncomment: - name: /etc/inputrc - - regex: '"\e[6~": history-search-forward' + - regex: '"\\e\[6~": history-search-forward' -- 2.39.5