diff --git a/modules/home/editor/helix-config.nix b/modules/home/editor/helix-config.nix index 98433fe..ac9d597 100644 --- a/modules/home/editor/helix-config.nix +++ b/modules/home/editor/helix-config.nix @@ -22,5 +22,8 @@ t = "move_line_up"; n = "move_line_down"; s = "move_char_right"; + + f = "search_next"; + F = "search_prev"; }; }