weechat: update layout

This commit is contained in:
Rico Sta. Cruz 2017-09-20 22:19:09 +08:00
parent d73c9912c0
commit e217dc3c9f
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 28 additions and 18 deletions

View File

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