From 2ee21247add4e50660e8b3b90b285814d21d8ad6 Mon Sep 17 00:00:00 2001 From: erroneousboat Date: Sat, 14 Mar 2020 12:15:43 +0100 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d345018..05a3374 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ in your `config` file. | command | `j` | move channel cursor down | | command | `g` | move channel cursor top | | command | `G` | move channel cursor bottom | +| command | `K` | thread up | +| command | `J` | thread down | +| command | `G` | move channel cursor bottom | | command | `pg-up` | scroll chat pane up | | command | `ctrl-b` | scroll chat pane up | | command | `ctrl-u` | scroll chat pane up |