From 3ce687e5a62c8b5d082cddfcb0bb21b28db13414 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 13 Jan 2024 01:18:39 +0100 Subject: [PATCH] key config for helix search --- modules/home/editor/helix-config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/editor/helix-config.nix b/modules/home/editor/helix-config.nix index ac9d597..a9831d9 100644 --- a/modules/home/editor/helix-config.nix +++ b/modules/home/editor/helix-config.nix @@ -23,7 +23,7 @@ n = "move_line_down"; s = "move_char_right"; - f = "search_next"; - F = "search_prev"; + C-n = "search_next"; + C-t = "search_prev"; }; }