feat: [hx] space g bound to open changed and new files reported by git

This commit is contained in:
Igor Támara 2025-10-25 08:20:58 -05:00 committed by CJ van den Berg
parent b6010767f2
commit 8d0fa9a355

View file

@ -228,6 +228,7 @@
["space R", "replace_selections_with_clipboard"], ["space R", "replace_selections_with_clipboard"],
["space ?", "open_command_palette"], ["space ?", "open_command_palette"],
["space f", "find_file"], ["space f", "find_file"],
["space g", "open_changed_files"],
["space b", "switch_buffers"], ["space b", "switch_buffers"],
["space j", "jumplist_picker"], ["space j", "jumplist_picker"],
["space s", "symbol_picker"], ["space s", "symbol_picker"],