summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrmr2025-10-19 17:13:28 -0400
committerwrmr2025-10-19 17:13:28 -0400
commitf5fe1e20391c2631e8823578ec14500443a0de31 (patch)
tree1aa82215f0db11c586a48f22d6b55b8f93eea2bb
parent8319b3054d87575cce28c539d45315695853e7f6 (diff)
tweak keybind help
-rw-r--r--main.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/main.c b/main.c
index 2e3eb4a..150e453 100644
--- a/main.c
+++ b/main.c
@@ -696,23 +696,23 @@ void fini_curses(void);
const char *help_long =
"KEY BINDINGS\n"
"\n"
- " c create post\n"
- " e edit post\n"
- " r refresh post list\n"
- " i view info of post author\n"
- " p edit your profile picture\n"
- " v view post in external pager\n"
- " q quit cbink\n"
- " ? open this help\n"
- " Tab toggle profile pictures\n"
- " g scroll to top\n"
- " G scroll to bottom\n"
- " j/Down next post\n"
- " k/Up prev post\n"
- " PageDown/Space next page\n"
- " PageUp/b prev page\n"
- " u/Ctrl-u half-page up\n"
- " d/Ctrl-d half-page down\n"
+ " c create post\n"
+ " e edit post\n"
+ " r refresh post list\n"
+ " i view info of post author\n"
+ " p edit your profile picture\n"
+ " v view post in external pager\n"
+ " q quit cbink\n"
+ " ? open this help\n"
+ " Tab toggle profile pictures\n"
+ " g scroll to top\n"
+ " G scroll to bottom\n"
+ " j/Down post down\n"
+ " k/Up post up\n"
+ " PgDn/Space page down\n"
+ " PgUp/b page up\n"
+ " d/Ctrl-d half-page down\n"
+ " u/Ctrl-u half-page up\n"
"\n"
"CONFIGURATION\n"
"\n"