summaryrefslogtreecommitdiffstats
path: root/website/docs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-06-02 15:23:54 +0200
committerCanop <cano.petrole@gmail.com>2021-06-02 15:23:54 +0200
commit424023b4b084e071ecf67fc719db56ce40a01345 (patch)
treea077a0431c59a003da6250782617aed3b5a6eec9 /website/docs
parent77f40f74c38392a5213f99006138d74772ac5c6c (diff)
`:input_clear` internal
Fix #24
Diffstat (limited to 'website/docs')
-rw-r--r--website/docs/conf_verbs.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/website/docs/conf_verbs.md b/website/docs/conf_verbs.md
index bea725d..92da2d1 100644
--- a/website/docs/conf_verbs.md
+++ b/website/docs/conf_verbs.md
@@ -377,16 +377,17 @@ Some internal actions can be bound to a key shortcut but can't be called explici
name | default binding | behavior
-|-|-
-:input_del_char_left | <kbd>delete</kbd> | "delete the char left of the cursor",
-:input_del_char_below | <kbd>suppr</kbd> | "delete the char left at the cursor's position",
-:input_del_word_left | - | "delete the word left of the cursor",
-:input_del_word_right | - | "delete the word right of the cursor",
-:input_go_to_end | <kbd>end</kbd> | "move the cursor to the end of input",
-:input_go_left | <kbd>←</kbd> | "move the cursor to the left",
-:input_go_right | <kbd>→</kbd> | "move the cursor to the right",
-:input_go_to_start | <kbd>home</kbd> | "move the cursor to the start of input",
-:input_go_word_left | - | "move the cursor one word to the left",
-:input_go_word_right | - | "move the cursor one word to the right",
+:input_clear | | empty the input,
+:input_del_char_left | <kbd>delete</kbd> | delete the char left of the cursor,
+:input_del_char_below | <kbd>suppr</kbd> | delete the char left at the cursor's position,
+:input_del_word_left | - | delete the word left of the cursor,
+:input_del_word_right | - | delete the word right of the cursor,
+:input_go_to_end | <kbd>end</kbd> | move the cursor to the end of input,
+:input_go_left | <kbd>←</kbd> | move the cursor to the left,
+:input_go_right | <kbd>→</kbd> | move the cursor to the right,
+:input_go_to_start | <kbd>home</kbd> | move the cursor to the start of input,
+:input_go_word_left | - | move the cursor one word to the left,
+:input_go_word_right | - | move the cursor one word to the right,
You may add this kind of shortcuts in the `verbs` section: