readline: refactor for readability

This commit is contained in:
Fernando Schauenburg 2020-12-22 11:54:54 +01:00
parent c12dd1c785
commit d6b48bb620

View file

@ -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