From 6473fe762df6434a4a8ea3a8675922b7bbdca66d Mon Sep 17 00:00:00 2001 From: wrmr Date: Tue, 21 Oct 2025 16:22:56 -0400 Subject: clean up --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index caf41b4..c2067c8 100644 --- a/README.md +++ b/README.md @@ -18,20 +18,7 @@ executable in `~/.local/bin/cbink`, but you can override it with e.g. `make install PREFIX="${HOME}"`), or just do `cc main.c -o cbink -lncursesw`. -## keyboard shortcuts +## see also -* `k` / `Up` --- up -* `j` / `Down` -- down -* `Space` / `PageDown` --- page down -* `b` / `PageUp` --- page up -* `d` / `Ctrl-D` --- half page down -* `u` / `Ctrl-U` --- half page up -* `g` / `Home` -- top of feed -* `G` / `End` -- bottom of feed -* `r` -- refresh feed -* `c` -- create new post -* `v` -- view post at top of window in `less(1)` -* `e` -- edit post at top of window (must be yours) -* `p` -- edit your profile picture (should be 3 lines by 7 columns) -* `Tab` -- toggle visibility of profile pictures -* `i` -- view profile of the top post's creator +cbink has a built-in help screen (`?` key) with information on +keyboard shortcuts, the configuration file format and location, etc. -- cgit v1.2.3