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