# HG changeset patch # User Oleksandr Gavenko # Date 1699789446 -7200 # Node ID 17e43eca7401b9b9a690ca0cc530ab994834449c # Parent 011e1d002d17e3455b81575f41fb86ee86239689 magic-space expand sequence referring to the command history in place, so you have a chance to review before executing. diff -r 011e1d002d17 -r 17e43eca7401 .inputrc --- a/.inputrc Sun Nov 12 11:02:48 2023 +0200 +++ b/.inputrc Sun Nov 12 13:44:06 2023 +0200 @@ -74,6 +74,7 @@ # shell commands. Bash attempts to invoke $FCEDIT, $EDITOR, and emacs as the # editor, in that order. "\C-x\C-e": edit-and-execute-command +# magic-space expand sequence referring to the command history in place, so you have a chance to review before executing. Space: magic-space $endif @@ -87,6 +88,7 @@ "\C-_": undo "\C-]": character-search "\e\C-]": character-search-backward +"\er": revert-line # Ctrl+Left/Right to move by whole words. XTerm/Mintty. "\e[1;5C": forward-word