feat: add flow mode keybinding to reload_file

This commit is contained in:
CJ van den Berg 2025-05-23 11:11:00 +02:00
parent a76c1f4909
commit a8758eeec1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -10,6 +10,7 @@
["ctrl+w", "quit"],
["ctrl+o", "open_file"],
["ctrl+e", "open_recent"],
["ctrl+shift+f5", "reload_file"],
["ctrl+k ctrl+t", "change_theme"],
["ctrl+shift+p", "open_command_palette"],
["ctrl+shift+q", "quit_without_saving"],