diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index a33e6d0..1d879ac 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -123,7 +123,7 @@ ["v", "enter_mode", "select"], - ["g g", "move_buffer_begin"], + ["g g", "goto_line_vim"], ["g e", "move_buffer_end"], ["g f", "goto_file"], ["g h", "move_begin"], @@ -418,7 +418,7 @@ ["v", "enter_mode", "normal"], - ["g g", "move_buffer_begin"], + ["g g", "goto_line_vim"], ["g e", "move_buffer_end"], ["g f", "goto_file"], ["g h", "move_begin"],