From d6b48bb620c8885b9c364f7d5fe79fe2b1182564 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 22 Dec 2020 11:54:54 +0100 Subject: [PATCH] readline: refactor for readability --- roles/common/files/inputrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/common/files/inputrc b/roles/common/files/inputrc index a7eb7bb..d40e258 100644 --- a/roles/common/files/inputrc +++ b/roles/common/files/inputrc @@ -253,9 +253,9 @@ set vi-ins-mode-string "\1\e[0m\2" "kj":"\e" # Use typed text as the prefix for searching through commands -"\C-j": history-search-forward -"\C-k": history-search-backward +Control-j: history-search-forward +Control-k: history-search-backward # Restore this behavior from emacs mode -"\C-l": clear-screen +Control-l: clear-screen