cheatsheets/weechat.md

42 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2013-10-14 02:36:58 +00:00
---
title: Weechat
2015-11-24 04:48:01 +00:00
category: Apps
2013-10-14 02:36:58 +00:00
---
2017-09-20 14:19:09 +00:00
## Keys
{: .-three-column}
2013-08-24 07:43:10 +00:00
### Buffers
2017-09-20 14:19:09 +00:00
| 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 |
2013-08-24 07:43:10 +00:00
### Search
2017-09-20 14:19:09 +00:00
| `^r` | Search |
| `Enter` `^j` `^m` | Stop search |
{: .-shortcuts}