pub async fn handle_backspace(app: &mut App)
Delete the character before the cursor.
Delegates to symbol search, bus filter, model filter, file picker, or chat input depending on the active view. Resets input mode to Normal when the chat input becomes empty.
Normal
handle_backspace(&mut app).await;