feat: add flow mode keybind for show_vcs_status (ctrl+shift+g)

This commit is contained in:
CJ van den Berg 2025-10-28 22:24:50 +01:00
parent 61de5d89d7
commit 4113fdddd5
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -33,6 +33,7 @@
["alt+!", "run_task"],
["ctrl+1", "add_task"],
["ctrl+tab", "next_tab"],
["ctrl+shift+g", "show_vcs_status"],
["ctrl+shift+tab", "previous_tab"],
["ctrl+page_down", "next_tab"],
["ctrl+page_up", "previous_tab"],