From 7d9a1c9b401e83ea642892535c399f906b2defa6 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Sat, 20 Aug 2022 10:16:48 +0100 Subject: Add Ctrl-u and Ctrl-w readline bindings. Ctrl-u is just a whole line delete for now, as there's no sense of a cursor position in tofi (so the whole line is "left" of the cursor). --- doc/tofi.1.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/tofi.1.scd') diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 8b6618d..1de0922 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -50,6 +50,12 @@ All config file options described in *tofi*(5) are also accepted, in the form | | -j | Move the selection forward one entry. +-u + Delete line. + +-w + Delete word. + Confirm the current selection and quit. -- cgit v1.2.3