From 040828a63f5e76635a9e49d67356d9448a9131b7 Mon Sep 17 00:00:00 2001 From: 依云 Date: Sat, 7 Feb 2026 05:48:58 +0800 Subject: feat(tui): add clear-to-start/end actions (#3141) e.g. bash has these mapped to Ctrl-u/k. ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- docs/docs/configuration/advanced-key-binding.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/docs/configuration/advanced-key-binding.md b/docs/docs/configuration/advanced-key-binding.md index c8ad3347..9183ca8b 100644 --- a/docs/docs/configuration/advanced-key-binding.md +++ b/docs/docs/configuration/advanced-key-binding.md @@ -140,6 +140,8 @@ Actions are specified as kebab-case strings. | `delete-word-after` | Delete the word after the cursor | | `delete-to-word-boundary` | Delete to the next word boundary (like `ctrl-w`) | | `clear-line` | Clear the entire input line | +| `clear-to-start` | Clear the start of input line | +| `clear-to-end` | Clear the end of input line | ### List navigation -- cgit v1.3.1