1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-16 15:38:44 +02:00
cheatsheets/weechat.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

42 lines
1.3 KiB
Markdown

---
title: Weechat
category: Apps
---
## Keys
{: .-three-column}
### Buffers
| Shortcut | Description |
| --- | --- |
| `^s` / `^u` | Set unread marker on all windows |
| --- | --- |
| `^p, A-left` | Switch buffer left |
| `^n, A-right` | Switch buffer right |
| `A-a` | Next buffer with activity |
| `A-0...9` | Switch buffers |
| --- | --- |
| `F9` /` F10` | Scroll buffer title |
| `F11` / `F12` | Scroll nick list |
| --- | --- |
| `A-w A-Left` | Switch windows |
| `A-w A-b` | Balance windows |
{: .-shortcuts}
(`A-` is alt.)
### Window commands
| Shortcut | Description |
| --- | --- |
| `/window splith` | Split horizontal |
| `/window splitv` | Split vertical |
| `/window zoom` | Zoom |
### Search
| `^r` | Search |
| `Enter` `^j` `^m` | Stop search |
{: .-shortcuts}