From 30787db0ba35d1bc2373a43dcc6c4be783f02cba Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Fri, 19 Jun 2026 15:04:03 -0700 Subject: [PATCH] update help for correct srf file for key bindings --- src/main.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.zig b/src/main.zig index 943477a..5fde0c0 100644 --- a/src/main.zig +++ b/src/main.zig @@ -128,9 +128,9 @@ const interactive_help = \\ (e.g. 80x24); `auto` picks Kitty graphics \\ if the terminal supports it, otherwise \\ braille - \\ --default-keys Print default keybindings as a `keybinds.srf` + \\ --default-keys Print default keybindings as a `keys.srf` \\ template and exit (no TUI launched). - \\ Pipe to `~/.config/zfin/keybinds.srf` to + \\ Pipe to `~/.config/zfin/keys.srf` to \\ customize. \\ --default-theme Print default theme as a `theme.srf` \\ template and exit (no TUI launched).