1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

Added up/down/left/right args to /window command completion, help & doc

This commit is contained in:
Sebastien Helleu
2005-12-12 11:38:15 +00:00
parent ceaf9fa287
commit 756f7354e9
20 changed files with 1748 additions and 1648 deletions
+6 -1
View File
@@ -161,11 +161,16 @@ t_weechat_command weechat_commands[] =
N_("-o: send uptime on current channel as an IRC message"),
0, 1, weechat_cmd_uptime, NULL },
{ "window", N_("manage windows"),
N_("[list | -1 | +1 | b# | splith [pct] | splitv [pct] | resize pct | merge [all]]"),
N_("[list | -1 | +1 | b# | up | down | left | right | splith [pct] "
"| splitv [pct] | resize pct | merge [all]]"),
N_("list: list opened windows (no parameter implies this list)\n"
"-1: jump to previous window\n"
"+1: jump to next window\n"
"b#: jump to next window displaying buffer number #\n"
"up: switch to window above current one\n"
"down: switch to window below current one\n"
"left: switch to window on the left\n"
"right: switch to window on the right\n"
"splith: split current window horizontally\n"
"splitv: split current window vertically\n"
"resize: resize window size, new size is <pct>%% of parent window\n"