1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

fset: hook command /key

When command /key is called without arguments, and if fset plugin is loaded,
fset displays all key options (filter: `weechat.key*`).
This commit is contained in:
Sébastien Helleu
2023-03-02 21:08:51 +01:00
parent ccc649d06c
commit 79f7c1cf83
2 changed files with 40 additions and 2 deletions
+1 -1
View File
@@ -8356,7 +8356,7 @@ command_init ()
hook_command (
NULL, "key",
N_("bind/unbind keys"),
N_("list|listdefault|listdiff [<context>]"
N_("[list|listdefault|listdiff] [<context>]"
" || bind <key> [<command> [<args>]]"
" || bindctxt <context> <key> [<command> [<args>]]"
" || unbind <key>"