refactor(terminal): add restart keybind to terminal mode

This commit is contained in:
CJ van den Berg 2026-02-25 21:48:58 +01:00
parent 598c2a58aa
commit ec8379ce51
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -603,7 +603,8 @@
["alt+x", "open_command_palette"],
["alt+!", "run_task"],
["alt+f9", "panel_next_widget_style"],
["ctrl+shift+q", "quit_without_saving"]
["ctrl+shift+q", "quit_without_saving"],
["ctrl+alt+shift+r", "restart"]
]
}
}