diff options
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 94a7b05a9..910daee4f 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -2729,10 +2729,20 @@ command_init () "history_global_previous | history_global_next | " "jump_smart | jump_last_buffer | jump_previous_buffer | " "hotlist_clear | infobar_clear | grab_key | scroll_unread | " - "set_unread | insert [args]", - _("This command is used by key bindings or plugins, it must " - "NOT be called by user"), - "", + "set_unread | set_unread_current_buffer | insert [args]", + _("This command is used by key bindings or plugins."), + "return|complete_next|complete_previous|search_next|" + "delete_previous_char|delete_next_char|" + "delete_previous_word|delete_next_word|" + "delete_beginning_of_line|delete_end_of_line|" + "delete_line|clipboard_paste|transpose_chars|" + "move_beginning_of_line|move_end_of_line|" + "move_previous_char|move_next_char|move_previous_word|" + "move_next_word|history_previous|history_next|" + "history_global_previous|history_global_next|" + "jump_smart|jump_last_buffer|jump_previous_buffer|" + "hotlist_clear|infobar_clear|grab_key|scroll_unread|" + "set_unread|set_unread_current_buffer|insert", &command_input, NULL); hook_command (NULL, "key", N_("bind/unbind keys"), |