feat(keybind): recall last history entry on empty prompt for ctrl-alt-u #162

Merged
rootiest merged 2 commits from feat/replace-command-token-empty-recall into main 2026-09-21 23:14:17 +00:00
Showing only changes of commit e4df160fc0 - Show all commits
+4 -1
View File
@@ -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, Ctrl+Alt+U Strip the first token of the current command line,
leaving arguments in place with the cursor at the 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: "mkdir new_folder" -> " new_folder"
Example: empty line after "cd /home/me" -> " /home/me"
Ctrl+Alt+= Evaluate the current command line buffer with Ctrl+Alt+= Evaluate the current command line buffer with
Qalculate! (qalc) and print the result inline. Qalculate! (qalc) and print the result inline.