diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-23 13:21:10 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-04-23 13:21:10 +0200 |
commit | 909fe8a2b5a751dd6a30768609c535594a745a58 (patch) | |
tree | 0aa3225907996fe6bcca1d1a3fecb8613170cbe2 /doc/en | |
parent | 634478dd54b3043f44922bea6c1de0220aaf4e30 (diff) | |
download | weechat-909fe8a2b5a751dd6a30768609c535594a745a58.zip |
core: add option "balance" for command /window (key: alt+"w" + alt+"b")
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 20f87453e..29db19b91 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -520,6 +520,7 @@ Examples: -1|+1|b#|up|down|left|right splith|splitv [<pct>] resize [+/-]<pct> + balance merge [all] page_up|page_down refresh @@ -538,6 +539,7 @@ Examples: splith: split current window horizontally splitv: split current window vertically resize: resize window size, new size is <pct> percentage of parent window + balance: resize all windows to 50% merge: merge window with another (all = keep only one window) page_up: scroll one page up page_down: scroll one page down diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index b2e144ed9..62fd8e1b5 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -503,6 +503,7 @@ Keys for buffers / windows | @k(A-)@k(w) , @k(A-)@k(↓) | Switch to window below | /window down | @k(A-)@k(w) , @k(A-)@k(←) | Switch to window on the left | /window left | @k(A-)@k(w) , @k(A-)@k(→) | Switch to window on the right | /window right +| @k(A-)@k(w) , @k(A-)@k(b) | Resize all windows to 50% | /window balance | @k(A-)@k(w) , @k(A-)@k(s) | Swap buffers of two windows | /window swap | @k(A-)@k(z) | Zoom on current window (@k(A-)@k(z) again: restore initial windows state, before zoom) | /window zoom | @k(A-)@k(<) | Switch to previous buffer in list of visited buffers | /input jump_previously_visited_buffer |