From 02edb59504a3c30c80e641a4abc7fc8a5b27898d Mon Sep 17 00:00:00 2001 From: jfreegman Date: Thu, 28 Mar 2024 17:37:32 -0400 Subject: [PATCH] fix: syntax errors in config example file --- misc/toxic.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/toxic.conf.example b/misc/toxic.conf.example index c60ccc0b0..6b113c6e4 100644 --- a/misc/toxic.conf.example +++ b/misc/toxic.conf.example @@ -220,9 +220,9 @@ keys = { next_tab="Ctrl+P"; prev_tab="Ctrl+O"; scroll_line_up="Ctrl+F"; - scroll_line_down=Ctrl+V"; + scroll_line_down="Ctrl+V"; half_page_up="PAGEUP"; - half_page_down=""PAGEDOWN"; + half_page_down="PAGEDOWN"; page_bottom="Ctrl+H"; toggle_peerlist="Ctrl+B"; toggle_paste_mode="Ctrl+T";