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";