diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/de/autogen/user/weechat_commands.adoc | 94 | ||||
-rw-r--r-- | doc/en/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/en/autogen/user/weechat_commands.adoc | 6 | ||||
-rw-r--r-- | doc/fr/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.adoc | 6 | ||||
-rw-r--r-- | doc/it/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 6 | ||||
-rw-r--r-- | doc/ja/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/ja/autogen/user/weechat_commands.adoc | 94 | ||||
-rw-r--r-- | doc/pl/autogen/user/alias_default_aliases.adoc | 3 | ||||
-rw-r--r-- | doc/pl/autogen/user/weechat_commands.adoc | 120 |
12 files changed, 187 insertions, 157 deletions
diff --git a/doc/de/autogen/user/alias_default_aliases.adoc b/doc/de/autogen/user/alias_default_aliases.adoc index 4159f50b2..7fa16ca31 100644 --- a/doc/de/autogen/user/alias_default_aliases.adoc +++ b/doc/de/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/de/autogen/user/weechat_commands.adoc b/doc/de/autogen/user/weechat_commands.adoc index 9dd099ddb..fce9d82a7 100644 --- a/doc/de/autogen/user/weechat_commands.adoc +++ b/doc/de/autogen/user/weechat_commands.adoc @@ -974,6 +974,7 @@ Beispiele: resize [-window <number>] [h|v][+|-]<pct> balance merge [-window <number>] [all] + close [-window <number>] page_up|page_down [-window <number>] refresh scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] @@ -983,59 +984,62 @@ Beispiele: zoom [-window <number>] bare [<delay>] - list: listet die geöffneten Fenster (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben) - -1: springt zum vorherigen Fenster - +1: springt zum nächsten Fenster - b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt - up: wechselt zum Fenster über dem aktuellen - down: wechselt zum Fenster unter dem aktuellen - left: wechselt zum linken Fenster - right: wechselt zum rechten Fenster - number: Nummer des Fensters (siehe /window list) - splith: teilt das aktuelle Fenster horizontal (um den Vorgang rückgängig zu machen: /window merge) - splitv: teilt das aktuelle Fenster vertikal (um den Vorgang rückgängig zu machen: /window merge) - resize: verändert die Größe des aktuellen Fensters. Die neue Größe des Fensters ist prozentual <pct> zum Stammfensters groß - wird "h" oder "v" angegeben, findet eine Größenanpassung des Stammfenster statt, sofern es vom selben Typ ist (horizontal/vertikal) - balance: passt die Größe aller Fenster an - merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen) - page_up: scrollt eine Seite nach oben - page_down: scrollt eine Seite nach unten - refresh: Seite wird neu aufgebaut - scroll: scrollt eine Anzahl an Zeilen (+/-N) oder zu einer angegebenen Zeit: s=Sekunden, m=Minuten, h=Stunden, d=Tage, M=Monate, y=Jahre - scroll_horiz: scrollt horizontal eine Anzahl an Spalten (+/-N) oder prozentual von der Fenstergröße ausgehend (dieses scrolling ist nur in Buffern möglich die über einen freien Inhalt verfügen) - scroll_up: scrollt ein paar Zeilen nach oben - scroll_down: scrollt ein paar Zeilen nach unten - scroll_top: scrollt zum Anfang des Buffers -scroll_bottom: scrollt zum Ende des Buffers -scroll_beyond_end: scrollt über das Ende des Buffers hinaus -scroll_previous_highlight: scrollt zum vorherigen Hightlight -scroll_next_highlight: scrollt zum nächsten Highlight -scroll_unread: springt zur ersten ungelesenen Zeile in einem Buffer - swap: tauscht die Buffer von zwei Fenstern (mit optionaler Angabe für das Zielfenster) - zoom: vergrößert ein Fenster auf 100% - bare: wechselt zum einfachen Anzeigemodus (optional kann eine Wartezeit, in Sekunden, angegeben werden, wann zum Standardmodus zurück gewechselt werden soll) - -Bei splith und splitv gibt "pct" die neue Größe des Fensters im Verhältnis zur aktuellen Größe an. Zum Beispiel würde ein Wert von 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters besitzt. - -Beispiele: - springt zum Fenster mit dem Buffer #1: + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally (to undo: /window merge) + splitv: split current window vertically (to undo: /window merge) + resize: resize window size, new size is <pct> percentage of parent window + if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical) + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + close: close window + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window + bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode) + +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 + +Examples: + jump to window displaying buffer #1: /window b1 - scrollt zwei Zeilen hoch: + scroll 2 lines up: /window scroll -2 - scrollt zwei Tage hoch: /window scroll -2d + scroll 2 days up: /window scroll -2d - scrollt zum Beginn des aktuellen Tages: + scroll to beginning of current day: /window scroll -d - Fenster #2 wird vergrößert: + zoom on window #2: /window zoom -window 2 - teilt das Fenster horizontal, wobei das obere Fenster 30% an Platz zugeteilt bekommt: + split window horizontally using 30% of space for the window on top: /window splith 30 - ändert die Größe auf 75% des Stammfensters: + resize window to 75% of the parent window size: /window resize 75 - die vertikale Aufteilung um 10% vergrößern: + resize vertical split, add 10% in size: /window resize v+10 - eine Teilung wird rückgängig gemacht: + remove the split, keep the current window: /window merge - aktiviert den einfachen Anzeigemodus für zwei Sekunden: + close the current window: + /window close + enable bare display for 2 seconds: /window bare 2 ---- diff --git a/doc/en/autogen/user/alias_default_aliases.adoc b/doc/en/autogen/user/alias_default_aliases.adoc index 21c2d414b..d185018f7 100644 --- a/doc/en/autogen/user/alias_default_aliases.adoc +++ b/doc/en/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/en/autogen/user/weechat_commands.adoc b/doc/en/autogen/user/weechat_commands.adoc index 5f0be65d8..b558d64d1 100644 --- a/doc/en/autogen/user/weechat_commands.adoc +++ b/doc/en/autogen/user/weechat_commands.adoc @@ -974,6 +974,7 @@ Examples: resize [-window <number>] [h|v][+|-]<pct> balance merge [-window <number>] [all] + close [-window <number>] page_up|page_down [-window <number>] refresh scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] @@ -998,6 +999,7 @@ Examples: if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical) balance: balance the sizes of all windows merge: merge window with another (all = keep only one window) + close: close window page_up: scroll one page up page_down: scroll one page down refresh: refresh screen @@ -1034,8 +1036,10 @@ Examples: /window resize 75 resize vertical split, add 10% in size: /window resize v+10 - remove the split: + remove the split, keep the current window: /window merge + close the current window: + /window close enable bare display for 2 seconds: /window bare 2 ---- diff --git a/doc/fr/autogen/user/alias_default_aliases.adoc b/doc/fr/autogen/user/alias_default_aliases.adoc index 465a887fa..2ddef77f8 100644 --- a/doc/fr/autogen/user/alias_default_aliases.adoc +++ b/doc/fr/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/fr/autogen/user/weechat_commands.adoc b/doc/fr/autogen/user/weechat_commands.adoc index eb60605ab..212381182 100644 --- a/doc/fr/autogen/user/weechat_commands.adoc +++ b/doc/fr/autogen/user/weechat_commands.adoc @@ -974,6 +974,7 @@ Exemples : resize [-window <numéro>] [h|v][+|-]<pct> balance merge [-window <numéro>] [all] + close [-window <numéro>] page_up|page_down [-window <numéro>] refresh scroll [-window <numéro>] [+|-]<valeur>[s|m|h|d|M|y] @@ -998,6 +999,7 @@ Exemples : si "h" ou "v" est spécifié, le redimensionnement affecte la fenêtre parente la plus proche avec un découpage de ce type (horizontal/vertical) balance : équilibrer la taille de toutes les fenêtres merge : fusionner la fenêtre avec une autre + close : fermer la fenêtre page_up : faire défiler d'une page vers le haut page_down : faire défiler d'une page vers le bas refresh : redessiner l'écran @@ -1034,8 +1036,10 @@ Exemples : /window resize 75 redimensionner le découpage vertical, ajouter 10% dans la taille : /window resize v+10 - supprimer l'éclatement : + supprimer l'éclatement, garder la fenêtre courante : /window merge + fermer la fenêtre courante : + /window close activer le mode d'affichage dépouillé pendant 2 secondes : /window bare 2 ---- diff --git a/doc/it/autogen/user/alias_default_aliases.adoc b/doc/it/autogen/user/alias_default_aliases.adoc index 21c2d414b..d185018f7 100644 --- a/doc/it/autogen/user/alias_default_aliases.adoc +++ b/doc/it/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index fae3a4765..cc1b12df1 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -974,6 +974,7 @@ Examples: resize [-window <number>] [h|v][+|-]<pct> balance merge [-window <number>] [all] + close [-window <number>] page_up|page_down [-window <number>] refresh scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] @@ -998,6 +999,7 @@ Examples: if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical) balance: balance the sizes of all windows merge: merge window with another (all = keep only one window) + close: close window page_up: scroll one page up page_down: scroll one page down refresh: refresh screen @@ -1034,8 +1036,10 @@ Examples: /window resize 75 resize vertical split, add 10% in size: /window resize v+10 - remove the split: + remove the split, keep the current window: /window merge + close the current window: + /window close enable bare display for 2 seconds: /window bare 2 ---- diff --git a/doc/ja/autogen/user/alias_default_aliases.adoc b/doc/ja/autogen/user/alias_default_aliases.adoc index 60a7d8f09..e379c85f4 100644 --- a/doc/ja/autogen/user/alias_default_aliases.adoc +++ b/doc/ja/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/ja/autogen/user/weechat_commands.adoc b/doc/ja/autogen/user/weechat_commands.adoc index 7a2a2d04a..4547b5404 100644 --- a/doc/ja/autogen/user/weechat_commands.adoc +++ b/doc/ja/autogen/user/weechat_commands.adoc @@ -974,6 +974,7 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合 resize [-window <number>] [h|v][+|-]<pct> balance merge [-window <number>] [all] + close [-window <number>] page_up|page_down [-window <number>] refresh scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] @@ -983,59 +984,62 @@ command: 実行するコマンド (コマンドが '/' で始まらない場合 zoom [-window <number>] bare [<delay>] - list: 開けられたウィンドウのリストアップ (引数無しの場合、このリストが表示されます) - -1: 前のウィンドウに移動 - +1: 次のウィンドウに移動 - b#: バッファ番号 # のウィンドウに移動 - up: 現在のウィンドウの上のウィンドウに移動 - down: 現在のウィンドウの下のウィンドウに移動 - left: 左のウィンドウに移動 - right: 右のウィンドウに移動 - number: ウィンドウ番号 (/window list を参照してください) - splith: 現在のウィンドウを水平分割 (/window merge で元に戻る) - splitv: 現在のウィンドウを垂直分割 (/window merge で元に戻る) - resize: ウィンドウサイズの変更、新しいサイズは親ウィンドウの <pct> パーセントで指定 - "h" または "v" を指定した場合、最近接の親ウィンドウの横幅または縦幅を変更 - balance: 全てのウィンドウのサイズを均等にする - merge: ウィンドウを他のものをマージする (all = 一つのウィンドウにまとめる) - page_up: 1 ページ分上方向にスクロール - page_down: 1 ページ分下方向にスクロール - refresh: 画面のリフレッシュ - scroll: 指定行数 (+/-N) か指定期間 (s=秒、m=分、h=時間、d=日、M=月、y=年) スクロール - scroll_horiz: 指定列数 (+/-N) かウィンドウサイズの割合で水平方向にスクロール (フリーコンテンツを含むバッファ以外は無効) - scroll_up: 数行分上方向にスクロール - scroll_down: 数行分下方向にスクロール - scroll_top: バッファの一番上にスクロール -scroll_bottom: バッファの一番下にスクロール -scroll_beyond_end: バッファの末尾を越えてスクロール -scroll_previous_highlight: 一つ前のハイライトにスクロール -scroll_next_highlight: 次のハイライトにスクロール -scroll_unread: 未読マーカにスクロール - swap: 2 つのウィンドウのバッファを入れ替え (ターゲットウィンドウの方向を任意指定) - zoom: ウィンドウを拡大 - bare: 最小限表示を切り替える (自動的に標準表示モードに戻るまでの時間を秒単位で任意指定) - -splith と splitv に関しては、pct は新しいウィンドウのパーセンテージで、現在のウィンドウサイズに対する割合で計算されます。例えば 25 は size = current_size / 4 の新しいウィンドウを作成します。 - -例: - バッファ #1 を表示しているウィンドウに移動: + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally (to undo: /window merge) + splitv: split current window vertically (to undo: /window merge) + resize: resize window size, new size is <pct> percentage of parent window + if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical) + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + close: close window + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window + bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode) + +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 + +Examples: + jump to window displaying buffer #1: /window b1 - 2 行分上方向にスクロール: + scroll 2 lines up: /window scroll -2 - 2 日分上方向にスクロール: + scroll 2 days up: /window scroll -2d - 今日の最初にスクロール: + scroll to beginning of current day: /window scroll -d - ウィンドウ #2 を拡大: + zoom on window #2: /window zoom -window 2 - ウィンドウを水平分割 (上側ウィンドウの縦幅は現在のウィンドウの縦幅の 30%): + split window horizontally using 30% of space for the window on top: /window splith 30 - ウィンドウサイズを親ウィンドウサイズの 75% に変更: + resize window to 75% of the parent window size: /window resize 75 - ウィンドウサイズの横幅を 10% 増やす: + resize vertical split, add 10% in size: /window resize v+10 - 分割を元に戻す: + remove the split, keep the current window: /window merge - 最小限表示を 2 秒間有効にする: + close the current window: + /window close + enable bare display for 2 seconds: /window bare 2 ---- diff --git a/doc/pl/autogen/user/alias_default_aliases.adoc b/doc/pl/autogen/user/alias_default_aliases.adoc index 9f9fa40d1..684be2ec5 100644 --- a/doc/pl/autogen/user/alias_default_aliases.adoc +++ b/doc/pl/autogen/user/alias_default_aliases.adoc @@ -33,8 +33,9 @@ | /UMODE | /mode $nick | - | /V | /command core version | - | /W | /who | - -| /WC | /window merge | - +| /WC | /window close | - | /WI | /whois | - | /WII | /whois $1 $1 | - +| /WM | /window merge | - | /WW | /whowas | - |=== diff --git a/doc/pl/autogen/user/weechat_commands.adoc b/doc/pl/autogen/user/weechat_commands.adoc index 3288840a5..131c55002 100644 --- a/doc/pl/autogen/user/weechat_commands.adoc +++ b/doc/pl/autogen/user/weechat_commands.adoc @@ -968,74 +968,78 @@ Przykłady: ---- /window list - -1|+1|b#|up|down|left|right [-window <numer>] - <numer> - splith|splitv [-window <numer>] [<pct>] - resize [-window <numer>] [h|v][+|-]<pct> + -1|+1|b#|up|down|left|right [-window <number>] + <number> + splith|splitv [-window <number>] [<pct>] + resize [-window <number>] [h|v][+|-]<pct> balance - merge [-window <numer>] [all] - page_up|page_down [-window <numer>] + merge [-window <number>] [all] + close [-window <number>] + page_up|page_down [-window <number>] refresh - scroll [-window <numer>] [+|-]<wartość>[s|m|h|d|M|y] - scroll_horiz [-window <numer>] [+|-]<wartość>[%] - scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <numer>] - swap [-window <numer>] [up|down|left|right] - zoom [-window <numer>] - bare [<opóźnienie>] - - list: lista otwartych okien (bez argumentu wyświetlana jest ta lista) - -1: skok do poprzedniego okna - +1: skok do następnego okna - b#: skok do następnego okna pokazującego bufor o numerze # - up: przełączenie na okno ponad obecnym - down: przełączenie na okno pod obecnym - left: przełączenie na okno po lewej - right: przełączenie na okno po prawej - numer: okno numer (zobacz /window list) - splith: dzieli obecne okno poziomo - splitv: dzieli obecne okno pionowo - resize: zmienia rozmiar okna, nowy rozmiar to <pct> procent okna nadrzędnego - jeśli "h" lub "v" są podane, zmiana rozmiaru wpływa na najbliższe nadrzędne okno z podziałem tego typu (poziomy/pionowy) - balance: balansuje rozmiary pomiędzy oknami - merge: łączy okno z innym (all = posiadanie tylko jednego okna) - page_up: przewija stronę do góry - page_down: przewija stronę w dół - refresh: odświeża ekran - scroll: przewija ilość linii (+/-N) lub o czas: s=sekundy, m=minuty, h=godziny, d=dni, M=miesiące, y=lata - scroll_horiz: przewija poziomo ilość kolumn (+/-N) lub procent rozmiaru okna (takie przewijanie jest możliwe tylko w buforach z wolną zawartością) - scroll_up: przewija kilka linii w gorę - scroll_down: przewija kilka linii w dół - scroll_top: przewija na samą górę bufora -scroll_bottom: przewija na spód bufora -scroll_beyond_end: przewija poza koniec bufora -scroll_previous_highlight: przewija do poprzedniego highlighta -scroll_next_highlight: przewija do następnego highlighta -scroll_unread: przewija do znacznika nie przeczytania - swap: zamienia bufory między dwoma oknami (z opcjonalnym kierunkiem dla docelowego okna) - zoom: powiększa okno - bare: przełącza niesformatowane wysiwetlanie (z opcjonalnym czasem, po jakim nastąpi automatyczny powrót do standardowego trybu) - -Dla splith i splitv, pct oznacza procent reprezentujący rozmiar nowego okna, wyliczony z obecnego okna jako odniesieniem. Na przykład 25 oznacza utworzenie nowego okna o rozmiarze = obecny_rozmiar / 4 - -Przykłady: - skok do okna wyświetlającego bufor #1: + scroll [-window <number>] [+|-]<value>[s|m|h|d|M|y] + scroll_horiz [-window <number>] [+|-]<value>[%] + scroll_up|scroll_down|scroll_top|scroll_bottom|scroll_beyond_end|scroll_previous_highlight|scroll_next_highlight|scroll_unread [-window <number>] + swap [-window <number>] [up|down|left|right] + zoom [-window <number>] + bare [<delay>] + + list: list opened windows (without argument, this list is displayed) + -1: jump to previous window + +1: jump to next window + b#: jump to next window displaying buffer number # + up: switch to window above current one + down: switch to window below current one + left: switch to window on the left + right: switch to window on the right + number: window number (see /window list) + splith: split current window horizontally (to undo: /window merge) + splitv: split current window vertically (to undo: /window merge) + resize: resize window size, new size is <pct> percentage of parent window + if "h" or "v" is specified, the resize affects the nearest parent window with a split of this type (horizontal/vertical) + balance: balance the sizes of all windows + merge: merge window with another (all = keep only one window) + close: close window + page_up: scroll one page up + page_down: scroll one page down + refresh: refresh screen + scroll: scroll a number of lines (+/-N) or with time: s=seconds, m=minutes, h=hours, d=days, M=months, y=years + scroll_horiz: scroll horizontally a number of columns (+/-N) or percentage of window size (this scrolling is possible only on buffers with free content) + scroll_up: scroll a few lines up + scroll_down: scroll a few lines down + scroll_top: scroll to top of buffer +scroll_bottom: scroll to bottom of buffer +scroll_beyond_end: scroll beyond the end of buffer +scroll_previous_highlight: scroll to previous highlight +scroll_next_highlight: scroll to next highlight +scroll_unread: scroll to unread marker + swap: swap buffers of two windows (with optional direction for target window) + zoom: zoom on window + bare: toggle bare display (with optional delay in seconds for automatic return to standard display mode) + +For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4 + +Examples: + jump to window displaying buffer #1: /window b1 - przewiń 2 linie do góry: + scroll 2 lines up: /window scroll -2 - przewiń 2 dni do góry: + scroll 2 days up: /window scroll -2d - przewiń do początku obecnego dnia: + scroll to beginning of current day: /window scroll -d - powiększ okno 2 #2: + zoom on window #2: /window zoom -window 2 - podziel okno poziomo dając 30%% miejsca oknu na górze: + split window horizontally using 30% of space for the window on top: /window splith 30 - zmienia rozmiar okna do 75% rozmiaru okna nadrzędnego: + resize window to 75% of the parent window size: /window resize 75 - zmienia rozmiar pionowego podziału, dodaje 10% do rozmiaru: + resize vertical split, add 10% in size: /window resize v+10 - usuń podział: + remove the split, keep the current window: /window merge - włączenie trybu niesformatowanego na 2 sekundy: + close the current window: + /window close + enable bare display for 2 seconds: /window bare 2 ---- |