From 8d0fa9a3551a2060c45affb7ad868d7c587300f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Sat, 25 Oct 2025 08:20:58 -0500 Subject: [PATCH] feat: [hx] space g bound to open changed and new files reported by git --- src/keybind/builtin/helix.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/helix.json b/src/keybind/builtin/helix.json index 8fb3650..460b411 100644 --- a/src/keybind/builtin/helix.json +++ b/src/keybind/builtin/helix.json @@ -228,6 +228,7 @@ ["space R", "replace_selections_with_clipboard"], ["space ?", "open_command_palette"], ["space f", "find_file"], + ["space g", "open_changed_files"], ["space b", "switch_buffers"], ["space j", "jumplist_picker"], ["space s", "symbol_picker"],