From 792f83d72e35f5a71f0eeeb8c5db74e237e16d18 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Sun, 5 Oct 2025 17:36:05 -0400 Subject: [PATCH] disable gf key in helix, never use it and it's more annoying than anything --- dot_config/flake/home/helix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/flake/home/helix.nix b/dot_config/flake/home/helix.nix index f324cf0..88e0bf1 100644 --- a/dot_config/flake/home/helix.nix +++ b/dot_config/flake/home/helix.nix @@ -41,6 +41,10 @@ space = { F = "file_picker_in_current_buffer_directory"; }; + + g = { + f = "no_op"; + }; }; insert = { C-right = "move_next_word_start";