From c566a6c288e6794620cfe5b0a502dfb919cb346e Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 13 Jan 2024 01:11:53 +0100 Subject: [PATCH] updated helix config --- modules/home/editor/helix-config.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; }; }