From f9fb90b5ae8f0d6116f3384adbf098087b83e976 Mon Sep 17 00:00:00 2001 From: Adrian fxj9a Date: Mon, 3 Mar 2025 14:32:35 +0100 Subject: [PATCH] docs: add ctrl+u and ctrl+k keybinding Ref: #1972 --- doc/foot.1.scd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/foot.1.scd b/doc/foot.1.scd index fad44f19..969a4484 100644 --- a/doc/foot.1.scd +++ b/doc/foot.1.scd @@ -301,6 +301,12 @@ These shortcuts affect the search box in scrollback-search mode: *alt*+*delete*, *ctrl*+*delete* Deletes the **word after** the cursor. +*ctrl*+*u* + Deletes from the cursor to start the of the input + +*ctrl*+*k* + Deletes from the cursor to end the of the input + These shortcuts affect scrolling in scrollback-search mode: *shift*+*page-up*