diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index 626e60e..9b64d3c 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -138,7 +138,7 @@ ["v", "enter_mode", "select"], ["G", "goto_line"], - ["g g", "goto_line_vim"], + ["g g", "goto_line_helix"], ["g e", "move_buffer_end"], ["g f", "goto_file"], ["g h", "move_begin"],