From e4df160fc01a0dd969b5b4b9a15de8e4484c1686 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 21 Sep 2026 19:07:02 -0400 Subject: [PATCH] docs(key-bindings): document ctrl-alt-u empty-prompt history recall --- docs/manual/03-key-bindings.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/manual/03-key-bindings.md b/docs/manual/03-key-bindings.md index 711905c..c5d6141 100644 --- a/docs/manual/03-key-bindings.md +++ b/docs/manual/03-key-bindings.md @@ -29,8 +29,11 @@ are active in Insert, Normal, and Visual modes unless noted. Ctrl+Alt+U Strip the first token of the current command line, leaving arguments in place with the cursor at the - start. Useful for quickly retyping the command. + start. Useful for quickly retyping the command. On + an empty command line, first recalls the most recent + history entry (like Up), then strips its first token. Example: "mkdir new_folder" -> " new_folder" + Example: empty line after "cd /home/me" -> " /home/me" Ctrl+Alt+= Evaluate the current command line buffer with Qalculate! (qalc) and print the result inline.