OSDN Git Service

Regular updates
[twpd/master.git] / weechat.md
1 ---
2 title: Weechat
3 category: Apps
4 layout: 2017/sheet
5 ---
6
7 ## Keys
8 {: .-three-column}
9
10 ### Buffers
11
12 | Shortcut         | Description                      |
13 | ---              | ---                              |
14 | `^s` / `^u`      | Set unread marker on all windows |
15 | ---              | ---                              |
16 | `^p, A-left`     | Switch buffer left               |
17 | `^n, A-right`    | Switch buffer right              |
18 | `A-a`            | Next buffer with activity        |
19 | `A-0...9`        | Switch buffers                   |
20 | ---              | ---                              |
21 | `F9` /` F10`     | Scroll buffer title              |
22 | `F11` / `F12`    | Scroll nick list                 |
23 | ---              | ---                              |
24 | `A-w A-Left`     | Switch windows                   |
25 | `A-w A-b`        | Balance windows                  |
26 {: .-shortcuts}
27
28 (`A-` is alt.)
29
30 ### Window commands
31
32 | Shortcut         | Description                      |
33 | ---              | ---                              |
34 | `/window splith` | Split horizontal                 |
35 | `/window splitv` | Split vertical                   |
36 | `/window zoom`   | Zoom                             |
37
38 ### Search
39
40 | `^r`              | Search      |
41 | `Enter` `^j` `^m` | Stop search |
42 {: .-shortcuts}