All keys and mouse actions can be customized with the /key command.
コマンドライン用のキー
Cursor movement
| キー | 説明 | コマンド |
|---|---|---|
← |
コマンドラインで前の文字に移動 |
|
→ |
コマンドラインで次の文字に移動 |
|
Shift+↑ |
Go to previous line. |
|
Shift+↓ |
Go to next line. |
|
Ctrl+← |
コマンドラインで前の単語に移動 |
|
Ctrl+→ |
コマンドラインで次の単語に移動 |
|
Home |
Go to the beginning of current line. |
|
Shift+Home |
Go to the beginning of command line. |
|
End |
Go to the end of current line. |
|
Shift+End |
Go to the end of command line. |
|
Editing
| キー | 説明 | コマンド |
|---|---|---|
Del |
コマンドラインで次の文字を削除 |
|
Backspace |
コマンドラインで前の文字を削除 |
|
Ctrl+k |
Delete from cursor until end of current line (deleted string is copied to the internal clipboard). |
|
Alt+Ctrl+k |
Delete from cursor until end of command line (deleted string is copied to the internal clipboard). |
|
Ctrl+t |
文字の入れ替え |
|
Ctrl+u |
Delete from cursor until beginning of current line (deleted string is copied to the internal clipboard). |
|
Alt+Ctrl+u |
Delete from cursor until beginning of command line (deleted string is copied to the internal clipboard). |
|
Alt+Backspace |
コマンドラインで前の単語を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) |
|
Ctrl+w |
Delete previous word of command line until whitespace (deleted string is copied to the internal clipboard). |
|
Ctrl+y |
WeeChat 専用の内部クリップボードの内容をペースト |
|
Ctrl+_ |
コマンドラインの最後の動作をやり直す |
|
Alt+_ |
コマンドラインの最後の動作を取り消す |
|
Tab |
コマンドやニックネームを補完 (再度 Tab することで次の補完候補を表示) |
|
Shift+Tab |
補完候補が無い場合: 部分補完を行う、補完候補が有る場合: 前の補完候補を表示 |
|
Enter |
コマンドを実行するか、メッセージを送信する (検索モードの場合: 検索の終了) |
|
Ctrl+o |
Execute the command found in history and insert the next one in the command line. |
|
Alt+Enter |
Insert a newline. |
|
Alt+d |
コマンドラインで次の単語を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) |
|
Alt+k |
キー入力を奪って、コマンドラインにコード (キーが割り当てられていればコマンド) を入力 |
|
Alt+r |
Delete current line. |
|
Alt+R |
Delete entire command line. |
|
Color codes
| キー | 説明 | コマンド |
|---|---|---|
Ctrl+c, b |
テキストを太字化するコードの挿入 |
|
Ctrl+c, c |
テキストに色をつけるコードの挿入 |
|
Ctrl+c, d |
Insert code for colored text (RGB color, as hexadecimal). |
|
Ctrl+c, i |
テキストをイタリック体にするコードの挿入 |
|
Ctrl+c, o |
テキスト色のリセットを行うコードの挿入 |
|
Ctrl+c, s |
Insert code for strikethrough text. |
|
Ctrl+c, v |
テキスト色の反転を行うコードの挿入 |
|
Ctrl+c, _ |
テキストに下線を引くコードの挿入 |
|
Command history
| キー | 説明 | コマンド |
|---|---|---|
↑ |
前のコマンド/メッセージを呼び出す (検索モードの場合: 上方向に検索) |
|
↓ |
次のコマンド/メッセージを呼び出す (検索モードの場合: 下方向に検索) |
|
Ctrl+↑ |
グローバル履歴から前のコマンド/メッセージを呼び出す (すべてのバッファに対して共通の履歴) |
|
Ctrl+↓ |
グローバル履歴から次のコマンド/メッセージを呼び出す (すべてのバッファに対して共通の履歴) |
|
Buffers
| キー | 説明 | コマンド |
|---|---|---|
Ctrl+r |
Search for text in commands history (see keys for context "histsearch"). |
|
Ctrl+s |
Search for text in buffer lines (see keys for context "search"). |
|
Ctrl+x |
Switch current buffer if buffers are merged with same number, for example switch to another IRC server buffer. |
|
Alt+x |
マージされたバッファに再ズーム (Alt+x: 全てのマージされたバッファを表示) |
|
PgUp |
バッファ履歴を 1 ページ分上方向にスクロール |
|
PgDn |
バッファ履歴を 1 ページ分下方向にスクロール |
|
Alt+PgUp |
バッファ履歴を数行分上方向にスクロール |
|
Alt+PgDn |
バッファ履歴を数行分下方向にスクロール |
|
Alt+Home |
バッファ履歴を最初までスクロール |
|
Alt+End |
バッファ履歴を最後までスクロール |
|
Alt+← |
前のバッファに移動 |
|
Alt+→ |
後のバッファに移動 |
|
Alt+j, Alt+f |
最初のバッファに移動 |
|
Alt+j, Alt+l ( |
最後のバッファに移動 |
|
Alt+j, Alt+r |
IRC 生バッファに移動 |
|
Alt+j, Alt+s |
IRC サーババッファに移動 |
|
Alt+0…9 |
番号のバッファに移動 (0 = 10) |
|
Alt+j, 01…99 |
番号のバッファに移動 |
|
Alt+n |
次のハイライトまでスクロール |
|
Alt+p |
前のハイライトまでスクロール |
|
Alt+u |
バッファを最初の未読行までスクロール |
|
Alt+Shift+U |
すべてのバッファに未読マークをセット |
|
Alt+< |
バッファ訪問履歴で前のバッファに移動 |
|
Alt+> |
バッファ訪問履歴で次のバッファに移動 |
|
Alt+/ |
最後に表示したバッファに移動 (バッファ移動前に表示していたウィンドウ) |
|
Windows
| キー | 説明 | コマンド |
|---|---|---|
Ctrl+l ( |
全ウィンドウを再描画 |
|
Alt+l ( |
最小限表示の有効無効を切り替え |
|
F7 |
ウィンドウを前に移動 |
|
F8 |
ウィンドウを後に移動 |
|
Alt+w, Alt+↑ |
上のウィンドウに移動 |
|
Alt+w, Alt+↓ |
下のウィンドウに移動 |
|
Alt+w, Alt+← |
左のウィンドウに移動 |
|
Alt+w, Alt+→ |
右のウィンドウに移動 |
|
Alt+w, Alt+b |
すべてのウィンドウサイズを均等に |
|
Alt+w, Alt+s |
2 つのウィンドウを入れ替え |
|
Alt+z |
現在のウィンドウを最大化 (再度 Alt+z することで: 最初のウィンドウ状態に戻す、最大化前の状態) |
|
Bars
| キー | 説明 | コマンド |
|---|---|---|
F1 |
バッファリストを上方に 1 ページスクロール |
|
F2 |
バッファリストを下方に 1 ページスクロール |
|
Alt+F1 |
バッファリストを上端までスクロール |
|
Alt+F2 |
バッファリストを下端までスクロール |
|
F9 |
バッファタイトルを左方向にスクロール |
|
F10 |
バッファタイトルを右方向にスクロール |
|
F11 |
ニックネームリストを上方向にスクロール |
|
F12 |
ニックネームリストを下方向にスクロール |
|
Alt+F11 |
ニックネームリストを一番上にスクロール |
|
Alt+F12 |
ニックネームリストを一番下にスクロール |
|
Alt+Shift+B |
Toggle buflist. |
|
Alt+Shift+N |
Toggle nicklist bar. |
|
Hotlist
| キー | 説明 | コマンド |
|---|---|---|
Alt+a |
変更のあった次のバッファに移動 (優先順位: ハイライト、新規メッセージ、その他) |
|
Alt+h, Alt+c |
Clear hotlist (activity notification on buffers). |
|
Alt+h, Alt+m |
Remove current buffer from hotlist. |
|
Alt+h, Alt+r |
Restore latest hotlist removed in the current buffer. |
|
Alt+h, Alt+Shift+R |
Restore latest hotlist removed in all buffers. |
|
Toggle keys
| キー | 説明 | コマンド |
|---|---|---|
Alt+m |
マウスの有効無効を切り替え |
|
Alt+s |
スペルチェッカの有効無効を切り替え |
|
Alt+= |
フィルタの有効無効を切り替え |
|
Alt+- |
現在のバッファのフィルタの有効無効を切り替え |
|
Alt+Ctrl+l ( |
Toggle between remote and local commands on a remote buffer (relay "api"). |
|
Search context
These keys are used in context "search" (when Ctrl+s is pressed to search text in buffer lines).
| キー | 説明 | コマンド |
|---|---|---|
Ctrl+x |
検索タイプを切り替え: 文字列 (デフォルト)、正規表現 |
|
Alt+c |
大文字小文字を区別して検索 |
|
Tab |
検索範囲: メッセージ (デフォルト)、プレフィックス、プレフィックスとメッセージ |
|
Ctrl+r |
前のキーワードで検索 |
|
Ctrl+s |
次のキーワードで検索 |
|
Enter |
現在の位置で検索を終了 |
|
Ctrl+q |
Stop search and reset scroll to pre-text search state. |
|
History search context
These keys are used in context "histsearch" (when Ctrl+r is pressed to search text in commands history).
| キー | 説明 | コマンド |
|---|---|---|
Ctrl+x |
検索タイプを切り替え: 文字列 (デフォルト)、正規表現 |
|
Alt+c |
大文字小文字を区別して検索 |
|
Tab |
Switch search in: buffer local history (default), global history. |
|
Ctrl+r |
Search in previous (older) history entries. |
|
Ctrl+s |
Search in next (newer) history entries. |
|
Enter |
Stop search and use matching input. |
|
Ctrl+o |
Execute the command found in history and insert the next one in the command line. |
|
Ctrl+q |
Stop search and restore input to its initial value. |
|
Cursor context
以下のキーは「カーソル」モード (画面上でカーソルを自由に動かせる状態) でのみ有効です, see Cursor mode.
| キー | エリア | 説明 | コマンド |
|---|---|---|---|
↑ |
- |
カーソルを上の行に移動 |
|
↓ |
- |
カーソルを下の行に移動 |
|
← |
- |
カーソルを左の列に移動 |
|
→ |
- |
カーソルを右の列に移動 |
|
Alt+↑ |
- |
Move cursor to the first line of the area. |
|
Alt+↓ |
- |
Move cursor to the last line of the area. |
|
Alt+← |
- |
Move cursor to the first column of the area. |
|
Alt+→ |
- |
Move cursor to the last column of the area. |
|
Alt+Home |
- |
Move cursor to the top left corner of the area. |
|
Alt+End |
- |
Move cursor to the bottom right corner of the area. |
|
Alt+Shift+↑ |
- |
カーソルを上のエリアに移動 |
|
Alt+Shift+↓ |
- |
カーソルを下のエリアに移動 |
|
Alt+Shift+← |
- |
カーソルを左のエリアに移動 |
|
Alt+Shift+→ |
- |
カーソルを右のエリアに移動 |
|
m |
チャット |
メッセージを引用 |
|
l |
チャット |
Quote focused line. |
|
q |
チャット |
プレフィックスとメッセージを引用 |
|
Q |
チャット |
時間、プレフィックス、メッセージを引用 |
|
b |
ニックネームリスト |
ニックネームをバンする |
|
k |
ニックネームリスト |
ニックネームをキックする |
|
K |
ニックネームリスト |
ニックネームをバンとキックする |
|
q |
ニックネームリスト |
ニックネームに対するクエリを開く |
|
w |
ニックネームリスト |
ニックネームに対して whois を行う |
|
Enter |
- |
カーソルモードを終了 |
|
Mouse
These mouse actions are possible only if mouse is enabled with key Alt+m
(command: /mouse toggle).
| ボタン/ホイール (1) | ジェスチャー | エリア | 説明 | コマンド |
|---|---|---|---|---|
■ □ □ |
- |
チャット |
ウィンドウに移動 |
|
■ □ □ |
左 |
チャット |
前のバッファに移動 |
|
■ □ □ |
右 |
チャット |
次のバッファに移動 |
|
■ □ □ |
左 (長く) |
チャット |
最初のバッファに移動 |
|
■ □ □ |
右 (長く) |
チャット |
最後のバッファに移動 |
|
▲ |
- |
チャット |
バッファ履歴を上方向にスクロール |
|
▼ |
- |
チャット |
バッファ履歴を下方向にスクロール |
|
Ctrl+▲ |
- |
チャット |
水平左方向にスクロール |
|
Ctrl+▼ |
- |
チャット |
水平右方向にスクロール |
|
▲ |
- |
chat: fset buffer |
Move five lines up in fset buffer. |
|
▼ |
- |
chat: fset buffer |
Move five lines down in fset buffer. |
|
■ □ □ |
- |
chat: fset buffer |
Select line in fset buffer. |
|
□ □ ■ |
- |
chat: fset buffer |
Toggle boolean (on/off) or edit the option value. |
|
□ □ ■ |
left |
chat: fset buffer |
Decrease value for integer/color/enum, set/append to value for other types. |
|
□ □ ■ |
right |
chat: fset buffer |
Increase value for integer/color/enum, set/append to value for other types. |
|
□ □ ■ |
up / down |
chat: fset buffer |
Mark/unmark multiple options. |
|
▲ |
- |
chat: /list buffer |
Move five lines up in /list buffer. |
|
▼ |
- |
chat: /list buffer |
Move five lines down in /list buffer. |
|
■ □ □ |
- |
chat: /list buffer |
Select line in /list buffer. |
|
□ □ ■ |
- |
chat: /list buffer |
Join IRC channel on selected line. |
|
▲ |
- |
チャット: スクリプトバッファ |
スクリプトバッファを 5 行上方向にスクロール |
|
▼ |
- |
チャット: スクリプトバッファ |
スクリプトバッファで 5 行下方向にスクロール |
|
■ □ □ |
- |
チャット: スクリプトバッファ |
スクリプトバッファで行選択 |
|
□ □ ■ |
- |
チャット: スクリプトバッファ |
スクリプトのインストール/削除 |
|
■ □ □ |
上 / 左 |
バッファリスト |
指定したバッファを下の番号に移動 |
|
■ □ □ |
下 / 右 |
バッファリスト |
指定したバッファを上の番号に移動 |
|
■ □ □ |
- |
バッファリスト |
指定したバッファに切り替える (現在のバッファを指定した場合、バッファ切り替え履歴で前のバッファに切り替える) |
|
□ □ ■ |
- |
バッファリスト |
現在のバッファを指定した場合、バッファ切り替え履歴で次のバッファに切り替える |
|
Ctrl+▲ |
- |
バッファリスト |
バッファ切り替え履歴で前のバッファに切り替える |
|
Ctrl+▼ |
- |
バッファリスト |
バッファ切り替え履歴で次のバッファに切り替える |
|
■ □ □ |
上 |
ニックネームリスト |
ニックネームリストを 1 ページ分上方向にスクロール |
|
■ □ □ |
下 |
ニックネームリスト |
ニックネームリストを 1 ページ分下方向にスクロール |
|
■ □ □ |
上 (長く) |
ニックネームリスト |
ニックネームリストの最初に移動 |
|
■ □ □ |
下 (長く) |
ニックネームリスト |
ニックネームリストの最後に移動 |
|
■ □ □ |
- |
ニックネームリスト |
ニックネームに対するクエリを開く |
|
□ □ ■ |
- |
ニックネームリスト |
ニックネームに対する whois を行う |
|
■ □ □ |
左 |
ニックネームリスト |
ニックネームをキックする |
|
■ □ □ |
左 (長く) |
ニックネームリスト |
ニックネームをキックとバンする |
|
□ □ ■ |
左 |
ニックネームリスト |
ニックネームをバンする |
|
□ □ ■ |
- |
入力 |
マウスイベントを奪ってコマンドラインにコードを入力 |
|
▲ |
- |
任意のバー |
バーを -20% スクロール |
|
▼ |
- |
任意のバー |
バーを +20% スクロール |
|
□ ■ □ |
- |
任意の場所 |
この場所でカーソルモードを開始 |
|
|
注記
|
(1) Buttons: ◼ □ □: click on left button □ ◼ □: click on middle button □ □ ◼: click on right button Wheel: ▲: wheel up ▼: wheel down |
Fset buffer
These keys and actions are used on the fset buffer (see Fset plugin).
| Key | Action (1) | Description | Command |
|---|---|---|---|
↑ |
Move one line up. |
|
|
↓ |
Move one line down. |
|
|
PgUp |
Move one page up. |
|
|
PgDn |
Move one page down. |
|
|
Alt+Home |
|
Move to first line. |
|
Alt+End |
|
Move to last line. |
|
F11 |
|
Scroll horizontally on the left. |
|
F12 |
|
Scroll horizontally on the right. |
|
Alt+Space |
|
Toggle boolean value. |
|
Alt+- |
|
Subtract 1 from value for integer/color/enum, set value for other types. |
|
Alt++ |
|
Add 1 to value for integer/color/enum, append to value for other types. |
|
Alt+f, Alt+r |
|
Reset value. |
|
Alt+f, Alt+u |
|
Unset value. |
|
Alt+Enter |
|
Set value. |
|
Alt+f, Alt+n |
|
Set new value. |
|
Alt+f, Alt+a |
|
Append to value. |
|
Alt+, |
|
Mark/unmark option. |
|
Shift+↑ |
Move one line up and mark/unmark option. |
|
|
Shift+↓ |
Mark/unmark option and move one line down. |
|
|
|
Mark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see /fset command). |
||
|
Unmark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see /fset command). |
||
Ctrl+l ( |
Refresh options and whole screen. |
|
|
|
Refresh options (keep marked options). |
||
|
Refresh options (unmark all options). |
||
Alt+p |
|
Toggle plugin description options ( |
|
Alt+v |
|
Toggle help bar. |
|
|
Sort options by fields x,y (see option fset.look.sort). |
|
|
|
Reset sort to its default value (see option fset.look.sort). |
|
|
|
Export options in file "xxx". |
|
|
|
Export options in file "xxx" without help. |
|
|
|
Export options in file "xxx" with help. |
|
|
Ctrl+x |
|
Switch the format used to display options. |
|
|
Close fset buffer. |
|
|
注記
|
(1) The action must be entered as input on the command line, followed by Enter. |
IRC /list buffer
These keys and actions are used on the IRC /list buffer (see command /list).
| Key | Action (1) | Description | Command |
|---|---|---|---|
↑ |
Move one line up. |
|
|
↓ |
Move one line down. |
|
|
PgUp |
Move one page up. |
|
|
PgDn |
Move one page down. |
|
|
Alt+Home |
|
Move to first line. |
|
Alt+End |
|
Move to last line. |
|
F11 |
|
Scroll horizontally on the left. |
|
F12 |
|
Scroll horizontally on the right. |
|
Ctrl+j |
|
Join IRC channel on selected line. |
|
|
Show only channels with "xxx" in name or topic (case-insensitive). |
||
|
Show only channels with "xxx" in name (case-insensitive). |
||
|
Show only channels with "xxx" in topic (case-insensitive). |
||
|
Show only channels with at least "n" users. |
||
|
Show only channels with more than "n" users. |
||
|
Show only channels with less than "n" users. |
||
|
Show only channels matching the evaluated condition "xxx", using following variables: name, name2, users, topic. |
||
|
Sort channels by fields x,y (see command /list). |
||
|
Reset sort to its default value (see command /list). |
||
|
Refresh list (run again command /list). |
||
|
Close buffer. |
|
|
注記
|
(1) The action must be entered as input on the command line, followed by Enter. |
Script buffer
These keys and actions are used on the script buffer (see script manager).
| Key | Action (1) | Description | Command |
|---|---|---|---|
↑ |
Move one line up. |
|
|
↓ |
Move one line down. |
|
|
PgUp |
Move one page up. |
|
|
PgDn |
Move one page down. |
|
|
Alt+i |
|
Install script. |
|
Alt+r |
|
Remove script. |
|
Alt+l |
|
Load script. |
|
Alt+L |
|
Reload script. |
|
Alt+u |
|
Unload script. |
|
Alt+Shift+A |
|
Autoload script. |
|
Alt+h |
|
Hold/unhold script. |
|
Alt+v |
|
View script. |
|
|
Sort scripts by fields x,y (see option script.look.sort). |
||
|
Reset sort to its default value (see option script.look.sort). |
||
|
Refresh list. |
||
|
Close buffer. |
|
|
注記
|
(1) The action must be entered as input on the command line, followed by Enter. |