disable gf key in helix, never use it and it's more annoying than anything

This commit is contained in:
Tyler Mayoff 2025-10-05 17:36:05 -04:00
parent 8d2c73ef24
commit 792f83d72e

View file

@ -41,6 +41,10 @@
space = {
F = "file_picker_in_current_buffer_directory";
};
g = {
f = "no_op";
};
};
insert = {
C-right = "move_next_word_start";